remove obsolete comment

This commit is contained in:
Zooko Wilcox-O'Hearn 2014-08-05 16:36:59 +00:00
parent bc6304ae70
commit 617f667769

View File

@ -384,7 +384,6 @@ class Node(service.MultiService):
os.path.join(self.basedir, "log_gatherer.furl"))
self.tub.setOption("bridge-twisted-logs", True)
incident_dir = os.path.join(self.basedir, "logs", "incidents")
# this doesn't quite work yet: unit tests fail
foolscap.logging.log.setLogDir(incident_dir.encode(get_filesystem_encoding()))
def log(self, *args, **kwargs):