Removed random println

This commit is contained in:
Joe0 2011-12-01 21:19:40 -06:00
parent cde9adddd5
commit 03a200a1bb
1 changed files with 0 additions and 1 deletions

View File

@ -108,7 +108,6 @@ public class MySQL implements StorageMedium {
conn.updateQuery(query.substring(0, query.length() - 1)
+ " WHERE `user`=" + s.getUser());
System.out.println(s.getEventCD());
updateLongs(Statements.save_SetEventCD, s.getEventCD() / 1000, s.getUser());
return true;