Przeglądaj źródła

Remove unused debug code.

weety 5 lat temu
rodzic
commit
2517728386
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 2
      tools/gcc.py

+ 0 - 2
tools/gcc.py

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