Browse Source

Remove issue 373 debuggin


git-svn-id: http://svn.dmdirc.com/trunk@4044 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Shane Mc Cormack 16 years ago
parent
commit
a63efaad4a
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      src/com/dmdirc/addons/dcc/DCCSendWindow.java

+ 0
- 2
src/com/dmdirc/addons/dcc/DCCSendWindow.java View File

@@ -127,8 +127,6 @@ public class DCCSendWindow extends DCCFrame implements DCCSendInterface, ActionL
127 127
 			status.setText("Status: Recieving");
128 128
 		}
129 129
 		
130
-		System.out.printf("Data Transfered. [ %d / %f ]\n", bytes, percent);
131
-		
132 130
 		progress.setValue((int)Math.floor(percent));
133 131
 	}
134 132
 	

Loading…
Cancel
Save