Skip to content

Commit 53076c3

Browse files
author
Trung Nguyen
committed
Suppress log
1 parent 5f56dc7 commit 53076c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jenkinsci/plugins/workflow/steps/durable_task/DurableTaskStep.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ private void check() {
324324
} catch (Exception x) {
325325
LOGGER.log(Level.FINE, "could not check " + workspace, x);
326326
ws = null;
327-
logger().println("Cannot contact " + node + ": " + x); // TODO as above
327+
// logger().println("Cannot contact " + node + ": " + x); // TODO as above
328328
}
329329
}
330330

0 commit comments

Comments
 (0)