diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1998-10-21 13:41:03 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1998-10-21 13:41:03 (GMT) |
commit | 260400f3f5e13aa005f5cf16efcd063a59f282d6 (patch) | |
tree | 6631aa00b2d0ebe2f46196a57f88d5bcdbd51a14 /Mac | |
parent | 9beee80fd7f938bb0581b778daf1ef2842ef0bea (diff) | |
download | cpython-260400f3f5e13aa005f5cf16efcd063a59f282d6.zip cpython-260400f3f5e13aa005f5cf16efcd063a59f282d6.tar.gz cpython-260400f3f5e13aa005f5cf16efcd063a59f282d6.tar.bz2 |
Removed debug print
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/Lib/lib-toolbox/MiniAEFrame.py | 1 |
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: |