diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-12-17 21:48:24 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-12-17 21:48:24 -0800 |
commit | ec683aa19afffb272d01ca2917f413dd526f43cb (patch) | |
tree | d59060480c3cd0ece915fc36b47e24bc68967f9a /emcc | |
parent | 0257241f3aea4b542d4d112e1be2888537f08d51 (diff) |
remove wip message from emcc
Diffstat (limited to 'emcc')
-rwxr-xr-x | emcc | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -80,10 +80,6 @@ from tools import shared DEBUG = os.environ.get('EMCC_DEBUG') TEMP_DIR = os.environ.get('EMCC_TEMP_DIR') -################### XXX -print >> sys.stderr, '\n***This is a WORK IN PROGRESS***' -################### XXX - if DEBUG: print >> sys.stderr, 'emcc: ', ' '.join(sys.argv) # Handle some global flags |