Remove warning, logic code for soccer games is incomplete.

svn-id: r26100
This commit is contained in:
Travis Howell 2007-03-12 10:16:38 +00:00
parent d0ccb0ea19
commit f1984bdeae

View File

@ -848,7 +848,6 @@ int32 LogicHEsoccer::dispatch(int op, int numArgs, int32 *args) {
default:
// original range is 1001 - 1021
LogicHE::dispatch(op, numArgs, args);
warning("Tell sev how to reproduce it (%d)", op);
}
return res;