diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-04-25 10:54:03 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-04-25 10:54:25 -0700 |
commit | fac94229d8765d20aa00fdfcad1e7f940b5cb322 (patch) | |
tree | 674b6306c91954a994650796ebade9c235db3c58 | |
parent | ce39f0a30be34983986652a5a0e1b914542a5065 (diff) |
debugging text cleanup
-rwxr-xr-x | emscripten.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emscripten.py b/emscripten.py index 649b3c0b..91dbe8ff 100755 --- a/emscripten.py +++ b/emscripten.py @@ -305,7 +305,7 @@ def emscript(infile, settings, outfile, libraries=[], compiler_engine=None, i = 2 if settings['ASM_JS']: i += 2*settings['RESERVED_FUNCTION_POINTERS'] for indexed in indexed_functions: - #print >> sys.stderr, 'indaxx', indexed, i + #print >> sys.stderr, 'function indexing', indexed, i forwarded_json['Functions']['indexedFunctions'][indexed] = i # make sure not to modify this python object later - we use it in indexize i += 2 forwarded_json['Functions']['nextIndex'] = i |