mirror of https://github.com/KLayout/klayout.git
Removed a debug statement.
This commit is contained in:
parent
c474fa6550
commit
c0bf5d955c
|
|
@ -1504,7 +1504,6 @@ NetlistComparer::compare_circuits (const db::Circuit *c1, const db::Circuit *c2,
|
||||||
good = false;
|
good = false;
|
||||||
} else {
|
} else {
|
||||||
if (mp_logger) {
|
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-> ());
|
mp_logger->match_devices_with_different_parameters (dm->second.first, d.operator-> ());
|
||||||
}
|
}
|
||||||
good = false;
|
good = false;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue