Extra debugs no longer required.

svn-id: r18047
This commit is contained in:
Travis Howell 2005-05-11 09:38:01 +00:00
parent d0fabce0ad
commit cb99df182c

@ -2545,8 +2545,6 @@ void ScummEngine_v90he::o90_kernelGetFunctions() {
push(tmp);
break;
case 2001:
// Used in football
debug(0, "o90_kernelGetFunctions: U32 code %d (args %d) %d", args[1], num - 2, args[2]);
push(_logicHE->dispatch(args[1], num - 2, (int32 *)&args[2]));
break;
default:
@ -2611,8 +2609,6 @@ void ScummEngine_v90he::o90_kernelSetFunctions() {
a->_heCondMask ^= tmp;
break;
case 2001:
// Used in SoccerMLS/Soccer2004
debug(1, "o90_kernelSetFunctions: U32 code %d (args %d) %d", args[1], num - 2, args[2]);
_logicHE->dispatch(args[1], num - 2, (int32 *)&args[2]);
break;
default: