From be67f8a5bfbf7a79567a400fcd2fad324eb65dd6 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Tue, 11 Sep 2001 13:00:16 +0000 Subject: [PATCH] removed debug print. --- Mac/OSX/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Mac/OSX/Makefile b/Mac/OSX/Makefile index 0b91d3a4488..89c934322be 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]) ;; \