From 71d9db51f0a10a66249ce18cfd3de1b1b2e0af31 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 28 Oct 2010 21:34:38 +0000 Subject: Don't print arguments. --- core.lv2/lv2config | 2 -- 1 file changed, 2 deletions(-) (limited to 'core.lv2') diff --git a/core.lv2/lv2config b/core.lv2/lv2config index 1f4e345..49387d7 100755 --- a/core.lv2/lv2config +++ b/core.lv2/lv2config @@ -159,8 +159,6 @@ Usage: %s BUNDLESDIR INCLUDEDIR if __name__ == "__main__": args = sys.argv[1:] - print args - if len(args) == 0: build_tree('/usr/local/lib/lv2', '/usr/local/include/lv2') build_tree('/usr/lib/lv2', '/usr/include/lv2') -- cgit v1.2.1