Remove debug instruction dump

This commit is contained in:
James Urquhart 2014-09-07 22:07:22 +01:00
parent 73c51e5d1a
commit e6ccc26a87

View file

@ -636,8 +636,7 @@ const char *CodeBlock::compileExec(StringTableEntry fileName, const char *inStri
codeStream.emit(OP_RETURN);
codeStream.emitCodeStream(&codeSize, &code, &lineBreakPairs);
dumpInstructions(0, false);
//dumpInstructions(0, false);
consoleAllocReset();