Forgotten debug message in SubNetNames::match().

This commit is contained in:
Jean-Paul Chaput 2021-10-02 00:25:52 +02:00
parent 0e63168802
commit d288ca4d09
1 changed files with 0 additions and 2 deletions

View File

@ -783,7 +783,6 @@ void ConnectPlugHooks(Cell* cell)
cerr << Error( "SubNetNames::match(): std::stoi() catched an exception on \"%s\"."
, sindex.c_str() ) << endl;
}
cerr << "true" << endl;
return true;
} else {
if (code == REG_NOMATCH) {
@ -802,7 +801,6 @@ void ConnectPlugHooks(Cell* cell)
}
_base = s;
_index = -1;
cerr << "false" << endl;
return false;
}