Skip to content

Commit ff80197

Browse files
committed
Removed System.out.println from code.
1 parent 254955c commit ff80197

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • src/main/java/com/offbytwo/jenkins/model

src/main/java/com/offbytwo/jenkins/model/Job.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ public JobWithDetails details() throws IOException {
4545
* Trigger a build without parameters
4646
*/
4747
public void build() throws IOException {
48-
System.out.println( "URL:" + url );
4948
client.post(url + "build", true);
5049
}
5150

0 commit comments

Comments
 (0)