From cfc04064af6783fa74ff7d81632dbae6928e923e Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Wed, 24 Jul 2019 16:57:57 -0700 Subject: [PATCH] Remove print. --- compiler/sram_factory.py | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/sram_factory.py b/compiler/sram_factory.py index b5e46646..0083841d 100644 --- a/compiler/sram_factory.py +++ b/compiler/sram_factory.py @@ -70,7 +70,6 @@ class sram_factory: # Use the default name if there are default arguments # This is especially for library cells so that the spice and gds files can be found. - print(module_type,len(kwargs)) if len(kwargs)>0: # Create a unique name and increment the index module_name = "{0}_{1}".format(module_type, self.module_indices[module_type])