Remove debugging

This commit is contained in:
Andrew Morgan 2020-02-23 23:51:24 +00:00
parent 1f21e5838f
commit f40373837c

View file

@ -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: