Remove erronously commited debug info.

svn-id: r3732
This commit is contained in:
James Brown 2002-03-11 14:25:42 +00:00
parent 25846cf8e4
commit 6e7885de67

View file

@ -254,7 +254,7 @@ void Scumm::executeScript() {
_opcode = fetchScriptByte();
_scriptPointerStart = _scriptPointer;
vm.slot[_currentScript].didexec = 1;
debug(1, "[%X] %s()", _opcode, _opcodes_lookup[_opcode]);
//debug(1, "[%X] %s()", _opcode, _opcodes_lookup[_opcode]);
op = getOpcode(_opcode);
(this->*op)();
}