Browse Source

Remove unused debug code.

weety 5 năm trước cách đây
mục cha
commit
2517728386
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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