All: Remove debugging print from deploy-mac.py
Jeffrey Pfau jeffrey@endrift.com
Sat, 27 Dec 2014 22:05:03 -0800
1 files changed,
0 insertions(+),
1 deletions(-)
jump to
M
tools/deploy-mac.py
→
tools/deploy-mac.py
@@ -65,7 +65,6 @@ return None, None, None, None
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'):