]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/main.py
main: remove vestigial debug statement
[bup.git] / lib / bup / main.py
index 70066bd144573e36de6bbcec77aac3ec4e7c76e5..e24bee9b9f45194624aeca345109bb0eaf6fb9c8 100755 (executable)
@@ -136,7 +136,6 @@ bup_dir = None
 args = args[1:]
 while args:
     arg = args[0]
-    print('arg:', arg, file=sys.stderr)
     if arg in (b'-?', b'--help'):
         help_requested = True
         args = args[1:]