From ce71cc5af9dee9385262e990c02f1a3679ef1eaf Mon Sep 17 00:00:00 2001 From: Jeffrey Pfau Date: Sat, 27 Dec 2014 22:05:03 -0800 Subject: [PATCH] All: Remove debugging print from deploy-mac.py --- tools/deploy-mac.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/deploy-mac.py b/tools/deploy-mac.py index 818921117..6ab8166d0 100755 --- a/tools/deploy-mac.py +++ b/tools/deploy-mac.py @@ -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'):