From e6ccc26a879c35afb6d0eaf0a5914981fef6837d Mon Sep 17 00:00:00 2001 From: James Urquhart Date: Sun, 7 Sep 2014 22:07:22 +0100 Subject: [PATCH] Remove debug instruction dump --- Engine/source/console/codeBlock.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Engine/source/console/codeBlock.cpp b/Engine/source/console/codeBlock.cpp index 1341dc2bd..9dec41417 100644 --- a/Engine/source/console/codeBlock.cpp +++ b/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();