Explorar o código

Remove unused debug code.

weety %!s(int64=6) %!d(string=hai) anos
pai
achega
2517728386
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      tools/gcc.py

+ 0 - 2
tools/gcc.py

@@ -34,10 +34,8 @@ def GetGCCRoot(rtconfig):
 
     if exec_path == '/usr/bin':
         root_path = os.path.join('/usr/lib', prefix)
-        print(root_path)
     else:
         root_path = os.path.join(exec_path, '..', prefix)
-        print(root_path)
 
     return root_path