Remove unused debug code.
This commit is contained in:
parent
80a0a80874
commit
2517728386
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue