Skip to content

Commit 63032e0

Browse files
committed
remove ugly stack trace from netrc file not existing
1 parent d9d21f2 commit 63032e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/groovy/bpipe/notification/HTTPNotificationChannel.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ class HTTPNotificationChannel implements NotificationChannel {
198198
}
199199
catch(Exception e) {
200200
log.warning("Failed to load netrc file: " + e)
201-
e.printStackTrace()
202201
this.netrc = new NetRC(hosts:[])
203202
}
204203
}

0 commit comments

Comments
 (0)