[IMP] Remove print statements

bzr revid: stephane@tinyerp.com-20081215085128-4bug8e2yq5io3bvp
This commit is contained in:
Stephane Wirtel 2008-12-15 09:51:28 +01:00
parent 2b73ca2996
commit e2e28edc2e
1 changed files with 0 additions and 3 deletions

View File

@ -263,7 +263,6 @@ class xmlrpc(object):
class GenericXMLRPCRequestHandler:
def _dispatch(self, method, params):
#print 'TERP-CALL : ',method, params
import traceback
try:
n = self.path.split("/")[-1]
@ -398,8 +397,6 @@ class TinySocketClientThread(threading.Thread):
ts.mysend(r)
except Exception, e:
tb_s = reduce(lambda x, y: x+y, traceback.format_exception(sys.exc_type, sys.exc_value, sys.exc_traceback))
print e
print tb_s
import tools
if tools.config['debug_mode']:
import pdb