Removed debug code.

svn-id: r28311
This commit is contained in:
Nicola Mettifogo 2007-07-29 18:46:29 +00:00
parent 0b39041e5d
commit 092de55a6a

View file

@ -69,7 +69,6 @@ int Parallaction_ns::init() {
}
void Parallaction_ns::callFunction(uint index, void* parm) {
printf("index = %i\n", index);
assert(index < 25); // magic value 25 is maximum # of callables for Nippon Safes
(this->*_callables[index])(parm);