diff options
-rwxr-xr-x | core.lv2/lv2config | 2 |
1 files changed, 0 insertions, 2 deletions
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') |