mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-24 19:14:09 +01:00
Accidentally left a debugging statement
This commit is contained in:
parent
b95095df38
commit
37b9342178
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user