Commit 632b01fd authored by Seblu's avatar Seblu
Browse files

find-deps: remove debug

parent 4aaec4af
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -92,7 +92,6 @@ def main():
        check_call(["tar", "xfC", args.path, pkgdir.name])
        args.path = pkgdir.name
    if isdir(args.path):
        #check_call(["tree", args.path])
        pprint(find_deps(args.path))
    else:
        stderr.write("Unsupported file type\n")