]> arthur.barton.de Git - bup.git/commitdiff
main: remove vestigial debug statement
authorRob Browning <rlb@defaultvalue.org>
Sat, 5 Jun 2021 17:17:49 +0000 (12:17 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sat, 12 Jun 2021 17:58:59 +0000 (12:58 -0500)
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
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:]