Removed a debug statement.

This commit is contained in:
Matthias Koefferlein 2019-04-07 11:49:59 +02:00
parent c474fa6550
commit c0bf5d955c
1 changed files with 0 additions and 1 deletions

View File

@ -1504,7 +1504,6 @@ NetlistComparer::compare_circuits (const db::Circuit *c1, const db::Circuit *c2,
good = false;
} else {
if (mp_logger) {
dc.equals (dm->second, std::make_pair (d.operator-> (), device_cat)); // @@@
mp_logger->match_devices_with_different_parameters (dm->second.first, d.operator-> ());
}
good = false;