All: Remove debugging print from deploy-mac.py

This commit is contained in:
Jeffrey Pfau 2014-12-27 22:05:03 -08:00
parent 37d21b24b8
commit ce71cc5af9
1 changed files with 0 additions and 1 deletions

View File

@ -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'):