From c5578954ed54a8569014105fd75aa5fe07ba1c89 Mon Sep 17 00:00:00 2001 From: "Clayton G. Hobbs" Date: Sun, 27 Dec 2015 15:17:04 -0500 Subject: Removed prints from config.py --- config.py | 4 +--- 1 file changed, 1 insertion(+), 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): -- cgit 1.4.1