Remove some debugging prints
This commit is contained in:
@@ -96,7 +96,6 @@ class Crest():
|
||||
|
||||
def delCrestCharacter(self, charID):
|
||||
char = eos.db.getCrestCharacter(charID)
|
||||
print self.charCache
|
||||
del self.charCache[char.ID]
|
||||
eos.db.remove(char)
|
||||
wx.PostEvent(self.mainFrame, GE.SsoLogout(type=CrestModes.USER, numChars=len(self.charCache)))
|
||||
|
||||
@@ -84,7 +84,6 @@ class StoppableHTTPServer(BaseHTTPServer.HTTPServer):
|
||||
|
||||
def serve(self, callback):
|
||||
self.callback = callback
|
||||
print callback
|
||||
while self.run:
|
||||
try:
|
||||
self.handle_request()
|
||||
|
||||
Reference in New Issue
Block a user