mirror of
https://github.com/python/cpython.git
synced 2025-10-31 21:51:50 +00:00
Removed debug print
This commit is contained in:
parent
9beee80fd7
commit
260400f3f5
1 changed files with 0 additions and 1 deletions
|
|
@ -128,7 +128,6 @@ def callback_wrapper(self, _request, _reply):
|
|||
if _parameters.has_key('----'):
|
||||
_object = _parameters['----']
|
||||
del _parameters['----']
|
||||
print 'XXX', (_function, (_object,), _parameters)
|
||||
try:
|
||||
rv = apply(_function, (_object,), _parameters)
|
||||
except TypeError, name:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue