From 7e5aa37c6758f75e39229e4f61f8774ed95a9c51 Mon Sep 17 00:00:00 2001 From: "mga@tinyerp.com" <> Date: Thu, 21 Aug 2008 00:39:12 +0530 Subject: [PATCH] * add comment to the netsvc bzr revid: mga@tinyerp.com-20080820190912-wbmp3hnuuc5lc4fh --- bin/netsvc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/netsvc.py b/bin/netsvc.py index b9fe7fb0723..e05d4ece6b9 100644 --- a/bin/netsvc.py +++ b/bin/netsvc.py @@ -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]