Remove debugging
This commit is contained in:
parent
1f21e5838f
commit
f40373837c
1 changed files with 0 additions and 2 deletions
|
@ -80,9 +80,7 @@ class Config(object):
|
||||||
# Sift through the the config until we reach our option
|
# Sift through the the config until we reach our option
|
||||||
config = self.config
|
config = self.config
|
||||||
for name in path:
|
for name in path:
|
||||||
print("Name is", name)
|
|
||||||
config = config.get(name)
|
config = config.get(name)
|
||||||
print("Config is", config)
|
|
||||||
|
|
||||||
# If at any point we don't get our expected option...
|
# If at any point we don't get our expected option...
|
||||||
if config is None:
|
if config is None:
|
||||||
|
|
Loading…
Reference in a new issue