From: Jack Jansen Date: Mon, 9 Sep 1996 01:45:25 +0000 (+0000) Subject: Turned off debugging output X-Git-Tag: v1.4~265 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f428c9e3173b18eb5bf019769064be196e77914e;p=thirdparty%2FPython%2Fcpython.git Turned off debugging output --- diff --git a/Mac/scripts/BuildApplet.py b/Mac/scripts/BuildApplet.py index 800ce909a79e..e0b58e7cb6ee 100644 --- a/Mac/scripts/BuildApplet.py +++ b/Mac/scripts/BuildApplet.py @@ -54,8 +54,6 @@ def findtemplate(): return template def main(): - global DEBUG - DEBUG=1 # Find the template # (there's no point in proceeding if we can't find it)