mirror of https://github.com/mgba-emu/mgba.git
All: Remove debugging print from deploy-mac.py
This commit is contained in:
parent
37d21b24b8
commit
ce71cc5af9
|
@ -65,7 +65,6 @@ def parseOtoolLine(line, execPath, root):
|
|||
if split[0] == '@executable_path':
|
||||
split[:1] = execPath
|
||||
if split[0] == '/' and not os.access(joinPath(split), os.F_OK):
|
||||
print(split)
|
||||
split[:1] = root
|
||||
isFramework = False
|
||||
if not split[-1].endswith('.dylib'):
|
||||
|
|
Loading…
Reference in New Issue