From ffdb601ca499580a4adc9ca3575a1e5307d7cb57 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Tue, 19 Nov 2024 21:20:53 -0800 Subject: [PATCH] Remove unecessary print statement --- substrate/src/layout/convert/gds.rs | 3 --- 1 file changed, 3 deletions(-) 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 {