mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +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.emitCodeStream(&codeSize, &code, &lineBreakPairs);
|
||||
|
||||
|
||||
dumpInstructions(0, false);
|
||||
//dumpInstructions(0, false);
|
||||
|
||||
consoleAllocReset();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue