mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
Remove debug instruction dump
This commit is contained in:
parent
73c51e5d1a
commit
e6ccc26a87
1 changed files with 1 additions and 2 deletions
|
|
@ -636,8 +636,7 @@ const char *CodeBlock::compileExec(StringTableEntry fileName, const char *inStri
|
||||||
codeStream.emit(OP_RETURN);
|
codeStream.emit(OP_RETURN);
|
||||||
codeStream.emitCodeStream(&codeSize, &code, &lineBreakPairs);
|
codeStream.emitCodeStream(&codeSize, &code, &lineBreakPairs);
|
||||||
|
|
||||||
|
//dumpInstructions(0, false);
|
||||||
dumpInstructions(0, false);
|
|
||||||
|
|
||||||
consoleAllocReset();
|
consoleAllocReset();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue