From 4bbd9a15f7fe72656af5edbc2fc20dfacd3df6cf Mon Sep 17 00:00:00 2001 From: Erik Kooistra <kooistra@astron.nl> Date: Thu, 28 Apr 2016 14:14:47 +0000 Subject: [PATCH] Removed debug print of self.technology_names. --- tools/oneclick/base/hdl_config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/oneclick/base/hdl_config.py b/tools/oneclick/base/hdl_config.py index d367ddf298..dacffcfdb8 100644 --- a/tools/oneclick/base/hdl_config.py +++ b/tools/oneclick/base/hdl_config.py @@ -93,7 +93,6 @@ class HdlConfig: # Keep the generic HDL libraries and remove those that do not match the specified IP technologies self.technologyNames = self.tool_dict['technology_names'].split() self.removed_dicts = [] - print 'self.technologyNames=',self.technologyNames if len(self.technologyNames)>0: for d in self.libs.dicts: if not(d['hdl_lib_technology']=='' or d['hdl_lib_technology'] in self.technologyNames): -- GitLab