Browse Source

Removed debug from ErrorManager


git-svn-id: http://svn.dmdirc.com/tags/0.5.1@2300 00569f92-eb28-0410-84fd-f71c24880f
0.5.1
Gregory Holmes 16 years ago
parent
commit
b6e757499a
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/com/dmdirc/logger/ErrorManager.java

+ 0
- 1
src/com/dmdirc/logger/ErrorManager.java View File

@@ -190,7 +190,6 @@ public final class ErrorManager implements Serializable {
190 190
             }
191 191
             
192 192
             tries++;
193
-            System.out.println(response);
194 193
         } while((response.isEmpty() || !response.get(response.size() - 1).
195 194
                 equalsIgnoreCase("Error report submitted. Thank you.")) 
196 195
                 || tries >= 5);

Loading…
Cancel
Save