summary refs log tree commit diff
path: root/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'config.py')
-rw-r--r--config.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/config.py b/config.py
index 482e929..48db1d6 100644
--- a/config.py
+++ b/config.py
@@ -74,9 +74,7 @@ class Config:
         self._read_options_file()
 
         # Parse command-line arguments, overriding config file as appropriate
-        self.args = self.parser.parse_args(namespace=self.options)
-        print(self.args)
-        print(self.options)
+        self.parser.parse_args(namespace=self.options)
 
     def _make_dir(self, directory):
         if not os.path.exists(directory):