summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/lib-toolbox
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1998-10-21 13:41:03 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1998-10-21 13:41:03 (GMT)
commit260400f3f5e13aa005f5cf16efcd063a59f282d6 (patch)
tree6631aa00b2d0ebe2f46196a57f88d5bcdbd51a14 /Mac/Lib/lib-toolbox
parent9beee80fd7f938bb0581b778daf1ef2842ef0bea (diff)
downloadcpython-260400f3f5e13aa005f5cf16efcd063a59f282d6.zip
cpython-260400f3f5e13aa005f5cf16efcd063a59f282d6.tar.gz
cpython-260400f3f5e13aa005f5cf16efcd063a59f282d6.tar.bz2
Removed debug print
Diffstat (limited to 'Mac/Lib/lib-toolbox')
-rw-r--r--Mac/Lib/lib-toolbox/MiniAEFrame.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Mac/Lib/lib-toolbox/MiniAEFrame.py b/Mac/Lib/lib-toolbox/MiniAEFrame.py
index 549b3ee..7b68f0f 100644
--- a/Mac/Lib/lib-toolbox/MiniAEFrame.py
+++ b/Mac/Lib/lib-toolbox/MiniAEFrame.py
@@ -128,7 +128,6 @@ class AEServer:
if _parameters.has_key('----'):
_object = _parameters['----']
del _parameters['----']
- print 'XXX', (_function, (_object,), _parameters)
try:
rv = apply(_function, (_object,), _parameters)
except TypeError, name: