aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-12-17 21:48:24 -0800
committerAlon Zakai <alonzakai@gmail.com>2011-12-17 21:48:24 -0800
commitec683aa19afffb272d01ca2917f413dd526f43cb (patch)
treed59060480c3cd0ece915fc36b47e24bc68967f9a /emcc
parent0257241f3aea4b542d4d112e1be2888537f08d51 (diff)
remove wip message from emcc
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc4
1 files changed, 0 insertions, 4 deletions
diff --git a/emcc b/emcc
index 9c5f2f50..a0f59f0b 100755
--- a/emcc
+++ b/emcc
@@ -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