* add comment to the netsvc

bzr revid: mga@tinyerp.com-20080820190912-wbmp3hnuuc5lc4fh
This commit is contained in:
mga@tinyerp.com 2008-08-21 00:39:12 +05:30
parent 73c21a4237
commit 7e5aa37c67
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ class xmlrpc(object):
class GenericXMLRPCRequestHandler:
def _dispatch(self, method, params):
print 'TERP-CALL : ',method, params
#print 'TERP-CALL : ',method, params
import traceback
try:
n = self.path.split("/")[-1]