[FIX] remove print. please use log-level=debug_rpc if you want track the rpc calls

bzr revid: christophe@tinyerp.com-20090512075747-zvir83kpkzgie1pj
This commit is contained in:
Christophe Simonis 2009-05-12 09:57:47 +02:00
parent a9233e3a74
commit 111bec6d98
1 changed files with 0 additions and 1 deletions

View File

@ -232,7 +232,6 @@ class OpenERPDispatcher:
self.log('service', service_name)
self.log('method', method)
self.log('params', params)
print "Terp Calling",service_name,method,params
result = LocalService(service_name)(method, *params)
self.log('result', result)
return result