Skip to content

Commit 712aeaf

Browse files
committed
removed sending info about successfully saved statistic data.
1 parent b4f949f commit 712aeaf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/groovy/net/zomis/duga/tasks/StatisticTask.groovy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ public class StatisticTask implements Runnable {
6262
result.errors.each {
6363
println it
6464
}
65-
} else {
66-
chatBot.postSingle(debug, 'Saved ' + result.name)
6765
}
6866
}
6967
}

0 commit comments

Comments
 (0)