Toast a leftover debug statement

This commit is contained in:
Garrett Holmstrom
2013-02-07 20:53:43 -08:00
parent c5f7c7b01b
commit 5e838f590f

View File

@@ -22,7 +22,6 @@ class Config(object):
def __init__(self, filenames, log=None):
if log:
# Yes, service.log.getChild is shorter, but it was added in 2.7.
print dir(logging)
if log is logging.root:
self.log = logging.getChild('config')
else: