diff options
| author | Jack Jansen <jack.jansen@cwi.nl> | 1998-10-21 13:41:03 +0000 |
|---|---|---|
| committer | Jack Jansen <jack.jansen@cwi.nl> | 1998-10-21 13:41:03 +0000 |
| commit | 260400f3f5e13aa005f5cf16efcd063a59f282d6 (patch) | |
| tree | 6631aa00b2d0ebe2f46196a57f88d5bcdbd51a14 /Mac/Lib/lib-toolbox | |
| parent | 9beee80fd7f938bb0581b778daf1ef2842ef0bea (diff) | |
| download | cpython-git-260400f3f5e13aa005f5cf16efcd063a59f282d6.tar.gz | |
Removed debug print
Diffstat (limited to 'Mac/Lib/lib-toolbox')
| -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 549b3ee738..7b68f0f6ab 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: |
