From: Jack Jansen Date: Tue, 25 Feb 2003 14:19:07 +0000 (+0000) Subject: Removed debug output. Fixes #635570 X-Git-Tag: v2.2.3c1~122 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11450a4de4df7623c0a9f512f34e1c5ff72cc3d1;p=thirdparty%2FPython%2Fcpython.git Removed debug output. Fixes #635570 --- diff --git a/Mac/Python/macmain.c b/Mac/Python/macmain.c index 9298d33b605d..cc504eb47242 100644 --- a/Mac/Python/macmain.c +++ b/Mac/Python/macmain.c @@ -558,13 +558,9 @@ main(int argc, char **argv) if (locateResourcePy("__main__.py", scriptpath, 1024)) script = scriptpath; - printf("original argc=%d\n", argc); - for(i=0; i