Skip to content

Commit

Permalink
[hotfix] Remove noisy log message in TaskCancelerWatchDog
Browse files Browse the repository at this point in the history
  • Loading branch information
uce committed Nov 7, 2016
1 parent 7274849 commit a725910
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,6 @@ public void run() {
try {
if (watchDogThread != null) {
watchDogThread.start();
logger.info("Started cancellation watch dog");
}

// the user-defined cancel method may throw errors.
Expand Down

0 comments on commit a725910

Please sign in to comment.