From f40373837ceea585374d0be4487ad5a91313b095 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Sun, 23 Feb 2020 23:51:24 +0000 Subject: [PATCH] Remove debugging --- config.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/config.py b/config.py index 5aa6cf7..f20e1f8 100644 --- a/config.py +++ b/config.py @@ -80,9 +80,7 @@ class Config(object): # Sift through the the config until we reach our option config = self.config for name in path: - print("Name is", name) config = config.get(name) - print("Config is", config) # If at any point we don't get our expected option... if config is None: