]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Removed silly dialog
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 28 Aug 1996 14:16:39 +0000 (14:16 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 28 Aug 1996 14:16:39 +0000 (14:16 +0000)
Mac/scripts/BuildApplet.py

index 8da28d96453f688965d8d139680bf388b61180a7..800ce909a79e331d45871d437d2ab6721a320de4 100644 (file)
@@ -214,9 +214,8 @@ def process(template, filename, output):
        
        CloseResFile(output)
        
-       # Give positive feedback
-       
-       message("Applet %s created." % `destname`)
+       if DEBUG:
+               print "Applet created:", destname
 
 
 # Copy resources between two resource file descriptors.