Skip to content

Commit

Permalink
Remove System.out.printf.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew W. Samsonoff committed Mar 21, 2012
1 parent 05c65bd commit f6a9235
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/replicatorg/app/service/PrinterListener.java
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ public void machineProgress(final MachineProgressEvent event)
//

final int lines = event.getLines();
System.out.printf("lines=%d%n", lines);
if (-1 == this.lastLines || this.lastLines != lines)
{
this.lastLines = lines;
Expand Down

0 comments on commit f6a9235

Please sign in to comment.