Accidentally left a debugging statement

This commit is contained in:
Jeremy Fincher 2003-03-27 11:10:31 +00:00
parent b95095df38
commit 37b9342178
1 changed files with 0 additions and 1 deletions

View File

@ -3570,7 +3570,6 @@ class SOAPProxy:
return self.__call(None, body, {})
def __getattr__(self, name): # hook to catch method calls
print '__getattr__ called with %s' % name
if name == '__del__':
raise AttributeError, name
else: