Skip to content

Commit 313e517

Browse files
committed
Enhanced the experience.
1 parent 61a191d commit 313e517

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dependencies {
6868
installer('org.mangorage:installer:4.0.5')
6969
bot('org.mangorage:mangobot:11.0.75')
7070

71-
plugin('org.mangorage:mangobotplugin:11.1.31')
71+
plugin('org.mangorage:mangobotplugin:11.1.35')
7272
plugin('org.mangorage:mangobotwebsite:1.0.27')
7373

7474
library('org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5')

src/main/java/org/mangorage/mangobotgithub/core/PasteRequestModule.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,6 @@ public static void analyzeLog(Message message) {
173173
var attachments = message.getAttachments();
174174

175175
var builder = new StringBuilder();
176-
analyser.scanMessage(message, builder);
177-
178176

179177
for (Message.Attachment attachment : attachments) {
180178
try {

0 commit comments

Comments
 (0)