diff --git a/substrate/src/layout/convert/gds.rs b/substrate/src/layout/convert/gds.rs index 7e969aa..ffe0090 100644 --- a/substrate/src/layout/convert/gds.rs +++ b/substrate/src/layout/convert/gds.rs @@ -912,9 +912,6 @@ impl<'a> GdsImporter<'a> { } } } - if !has_geometry { - println!("Warning: Importing empty port: {}", port.name()); - } cell.merge_port(port); } } else {