Skip to content

Commit 22d64cd

Browse files
author
jack
committed
Removed silly dialog
git-svn-id: http://svn.python.org/projects/python/trunk@6640 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent bae1a4d commit 22d64cd

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Mac/scripts/BuildApplet.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,8 @@ def process(template, filename, output):
214214

215215
CloseResFile(output)
216216

217-
# Give positive feedback
218-
219-
message("Applet %s created." % `destname`)
217+
if DEBUG:
218+
print "Applet created:", destname
220219

221220

222221
# Copy resources between two resource file descriptors.

0 commit comments

Comments
 (0)