summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1996-09-09 01:45:25 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1996-09-09 01:45:25 (GMT)
commitf428c9e3173b18eb5bf019769064be196e77914e (patch)
tree6cc4e3b04d7fb8596af76e9fa924b5200221ebee /Mac
parent16e99c06aa28d521f9d4bd6e99220f31a09092e2 (diff)
downloadcpython-f428c9e3173b18eb5bf019769064be196e77914e.zip
cpython-f428c9e3173b18eb5bf019769064be196e77914e.tar.gz
cpython-f428c9e3173b18eb5bf019769064be196e77914e.tar.bz2
Turned off debugging output
Diffstat (limited to 'Mac')
-rw-r--r--Mac/scripts/BuildApplet.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Mac/scripts/BuildApplet.py b/Mac/scripts/BuildApplet.py
index 800ce90..e0b58e7 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)