Skip to content

Commit 4ce396e

Browse files
author
Anders Breid
authored
Removed some System.out.println (#12)
* removed some System.out.println
1 parent 3f57ca4 commit 4ce396e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/ericsson/eiffelcommons/JenkinsManager.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,6 @@ private String getCrumb() throws ClientProtocolException, URISyntaxException, IO
542542
if (success) {
543543
JSONObject jsonObj = new JSONObject(response.getBody());
544544
crumb = jsonObj.getString("crumb");
545-
System.out.println(crumb);
546545
}
547546

548547
return crumb;

0 commit comments

Comments
 (0)