KERNEL: remove print

bzr revid: ced-4310d0f0745a4857e05c65eee3dc9b78c5eb8244
This commit is contained in:
ced 2007-04-16 13:46:47 +00:00
parent 72b8bde692
commit 3f2603b3a7
1 changed files with 0 additions and 1 deletions

View File

@ -198,7 +198,6 @@ class GenericXMLRPCRequestHandler:
import traceback
try:
n=self.path.split("/")[-1]
print "TERP-CALLING:",n,method,params
s=LocalService(n)
m=getattr(s,method)
s._service._response=None