Parcourir la source

aff: reduction affichage

Martin Passard il y a 7 ans
Parent
commit
44b788296f
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      src/data/ISPdata.java

+ 0 - 1
src/data/ISPdata.java

@@ -56,7 +56,6 @@ public class ISPdata {
 		}catch(JSONException jsonE) {	// Si il n'y a pas de chatroom
 			if(Main.isDebug()) {
 				System.err.println("Warning : Pas de chatroom pour "+this.shortname);
-				jsonE.printStackTrace(System.err);
 			}
 			chatrooms = new Server[0];
 		}