Browse Source

Remove debug instruction dump

James Urquhart 11 years ago
parent
commit
e6ccc26a87
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Engine/source/console/codeBlock.cpp

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