From 70fca42cd91d29da4b0844b5fb84923ea041a75a Mon Sep 17 00:00:00 2001 From: Ariel Manzur Date: Wed, 24 Jan 2018 19:42:33 -0300 Subject: [PATCH] removed debug print --- methods.py | 1 - 1 file changed, 1 deletion(-) diff --git a/methods.py b/methods.py index a1ec93bfc1b..b7515484c59 100644 --- a/methods.py +++ b/methods.py @@ -1504,7 +1504,6 @@ def split_lib(self, libname, src_list = None, env_lib = None): if base != cur_base and len(list) > max_src: if num > 0: lib = env_lib.add_library(libname + str(num), list) - print("adding library ", libname, num) lib_list.append(lib) list = [] num = num + 1