Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 055782a

Browse files
committed
Removed silly dialog
1 parent 0a3a74c commit 055782a

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)