From 44c2f0d9d3e72007ca378117dae0cea1276aae15 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 11 Feb 2012 22:07:18 +0000 Subject: Sshh. --- lv2/lv2plug.in/ns/lv2core/wscript | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lv2/lv2plug.in/ns') diff --git a/lv2/lv2plug.in/ns/lv2core/wscript b/lv2/lv2plug.in/ns/lv2core/wscript index 5e678b6..e0bab75 100644 --- a/lv2/lv2plug.in/ns/lv2core/wscript +++ b/lv2/lv2plug.in/ns/lv2core/wscript @@ -71,16 +71,12 @@ def build(bld): bld.symlink_as(os.path.join(include_dir, 'lv2core'), os.path.relpath(bundle_dir, include_dir)) -import pprint class Dist(Scripting.Dist): fun = 'dist' cmd = '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