2
0
Эх сурвалжийг харах

Remove debug instruction dump

James Urquhart 11 жил өмнө
parent
commit
e6ccc26a87

+ 1 - 2
Engine/source/console/codeBlock.cpp

@@ -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();