From 2f78b8ad41303c00f11f8ec7f678348972ff532d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Fri, 2 Oct 2015 11:16:28 -0400 Subject: [PATCH] remove stray comment --- borg/archiver.py | 1 - 1 file changed, 1 deletion(-) diff --git a/borg/archiver.py b/borg/archiver.py index 35a478cfb..13295e0bb 100644 --- a/borg/archiver.py +++ b/borg/archiver.py @@ -541,7 +541,6 @@ Type "Yes I am sure" if you understand this and want to continue.\n""") return args def run(self, args=None): - # show all logging by default for starters check_extension_modules() keys_dir = get_keys_dir() if not os.path.exists(keys_dir):