From: Jack Jansen Date: Tue, 11 Sep 2001 13:00:16 +0000 (+0000) Subject: removed debug print. X-Git-Tag: v2.2.1c1~1861 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be67f8a5bfbf7a79567a400fcd2fad324eb65dd6;p=python removed debug print. --- diff --git a/Mac/OSX/Makefile b/Mac/OSX/Makefile index 0b91d3a448..89c934322b 100644 --- a/Mac/OSX/Makefile +++ b/Mac/OSX/Makefile @@ -52,7 +52,6 @@ install: pythonforbundle b=$(APPINSTALLDIR)/Contents/$$d; \ for i in $$a/*; \ do \ - echo jaja $$i; \ case $$i in \ *CVS) ;; \ *.py[co]) ;; \