Explorar el Código

removed debug print

Ariel Manzur hace 8 años
padre
commit
70fca42cd9
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      methods.py

+ 0 - 1
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