summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-09-11 13:00:16 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-09-11 13:00:16 (GMT)
commitbe67f8a5bfbf7a79567a400fcd2fad324eb65dd6 (patch)
tree2e00e735c0179e287941a1aca43fa935bfeb6aa7
parent408c16fad0a67496bb3e0cbea37cf0a79ecdaf36 (diff)
downloadcpython-be67f8a5bfbf7a79567a400fcd2fad324eb65dd6.zip
cpython-be67f8a5bfbf7a79567a400fcd2fad324eb65dd6.tar.gz
cpython-be67f8a5bfbf7a79567a400fcd2fad324eb65dd6.tar.bz2
removed debug print.
-rw-r--r--Mac/OSX/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Mac/OSX/Makefile b/Mac/OSX/Makefile
index 0b91d3a..89c9343 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]) ;; \