Skip to content

Commit 4b76f14

Browse files
author
Jakub Zacek
committed
jenkinsci#309 - removed unnecessary console output
1 parent f05e7eb commit 4b76f14

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jenkins-client/src/main/java/com/offbytwo/jenkins/model/BuildWithDetails.java

-1
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,6 @@ public InputStream downloadArtifact(Artifact a) throws IOException, URISyntaxExc
550550
* @throws IOException in case of error.
551551
*/
552552
public MavenModuleWithDetails getModule(String name) throws IOException {
553-
System.out.println(getUrl() + name);
554553
return client.get(getUrl() + name, MavenModuleWithDetails.class);
555554
}
556555

0 commit comments

Comments
 (0)