Removed debug output I accidentally checked in

svn-id: r25308
This commit is contained in:
Sven Hesse 2007-01-31 13:43:16 +00:00
parent 7101c0ef26
commit e3aeb0255b

View File

@ -1491,7 +1491,6 @@ bool Inter_v2::o2_goblinFunc(char &cmdCount, int16 &counter, int16 &retFlag) {
cmd = load16();
_vm->_global->_inter_execPtr += 2;
warning("goblinFunc %d", cmd);
if (cmd != 101)
executeGoblinOpcode(cmd, extraData, NULL, NULL);
return false;