From 3fc2a1e229406e0e54e58ad69f8e28d77ee0f858 Mon Sep 17 00:00:00 2001 From: Jesse Cirimelli-Low Date: Wed, 9 Aug 2023 22:59:43 -0700 Subject: [PATCH] remove print statements --- compiler/characterizer/simulation.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/compiler/characterizer/simulation.py b/compiler/characterizer/simulation.py index 3ef33d10..c49f0e63 100644 --- a/compiler/characterizer/simulation.py +++ b/compiler/characterizer/simulation.py @@ -619,10 +619,6 @@ class simulation(): bl_names = [] exclude_set = self.get_bl_name_search_exclusions() - print(paths) - print(cell_bl) - print(cell_mod) - print(exclude_set) for int_net in [cell_bl, cell_br]: bl_names.append(self.get_alias_in_path(paths, int_net, cell_mod, exclude_set)) if OPTS.use_pex and OPTS.pex_exe[0] != "calibre":