Skip to content

Commit

Permalink
Deleting obsolete comment noticed in relation to JENKINS-42952.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Mar 23, 2017
1 parent 08a7978 commit 0cfa030
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -612,7 +612,6 @@ private String key() {
private void finish(@Nonnull Result r, @CheckForNull Throwable t) {
setResult(r);
LOGGER.log(Level.INFO, "{0} completed: {1}", new Object[] {this, getResult()});
// TODO set duration
if (listener == null) {
LOGGER.log(Level.WARNING, this + " failed to start", t);
} else {
Expand Down

0 comments on commit 0cfa030

Please sign in to comment.