From 44c2f0d9d3e72007ca378117dae0cea1276aae15 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 11 Feb 2012 22:07:18 +0000 Subject: Sshh. --- ext.wscript | 3 --- 1 file changed, 3 deletions(-) (limited to 'ext.wscript') diff --git a/ext.wscript b/ext.wscript index 485f310..1313c61 100644 --- a/ext.wscript +++ b/ext.wscript @@ -190,9 +190,6 @@ class Dist(Scripting.Dist): def get_tar_path(self, node): "Resolve symbolic links to avoid broken links in tarball." - print "TAR PATH %s => %s" % (node.abspath(), - os.path.realpath(node.abspath())) - return os.path.realpath(node.abspath()) def archive(self): -- cgit v1.2.1