Removed debug code.
svn-id: r28311
This commit is contained in:
parent
0b39041e5d
commit
092de55a6a
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue