Forgotten debug message in SubNetNames::match().
This commit is contained in:
parent
0e63168802
commit
d288ca4d09
|
@ -783,7 +783,6 @@ void ConnectPlugHooks(Cell* cell)
|
||||||
cerr << Error( "SubNetNames::match(): std::stoi() catched an exception on \"%s\"."
|
cerr << Error( "SubNetNames::match(): std::stoi() catched an exception on \"%s\"."
|
||||||
, sindex.c_str() ) << endl;
|
, sindex.c_str() ) << endl;
|
||||||
}
|
}
|
||||||
cerr << "true" << endl;
|
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
if (code == REG_NOMATCH) {
|
if (code == REG_NOMATCH) {
|
||||||
|
@ -802,7 +801,6 @@ void ConnectPlugHooks(Cell* cell)
|
||||||
}
|
}
|
||||||
_base = s;
|
_base = s;
|
||||||
_index = -1;
|
_index = -1;
|
||||||
cerr << "false" << endl;
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue