clean up debug messages
This commit is contained in:
parent
89c04c8a81
commit
5d709251d1
@ -83,7 +83,7 @@ class RemoteEventHandler(object):
|
|||||||
def debugMsg(self, msg):
|
def debugMsg(self, msg):
|
||||||
if not self.debug:
|
if not self.debug:
|
||||||
return
|
return
|
||||||
cprint.cout(self.debug, "%d [%d] %s\n" % (self.debug, os.getpid(), str(msg)), -1)
|
cprint.cout(self.debug, "[%d] %s\n" % (os.getpid(), str(msg)), -1)
|
||||||
|
|
||||||
def getProxyOption(self, opt):
|
def getProxyOption(self, opt):
|
||||||
return self.proxyOptions[opt]
|
return self.proxyOptions[opt]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user