From: Zooko Wilcox-O'Hearn Date: Tue, 5 Aug 2014 16:36:59 +0000 (+0000) Subject: remove obsolete comment X-Git-Tag: allmydata-tahoe-1.10.1a1~175^2 X-Git-Url: https://git.rkrishnan.org/class-simplejson.JSONDecoder-index.html?a=commitdiff_plain;h=617f6677696ffbe5b1430fed9107cfb84cf8babc;p=tahoe-lafs%2Ftahoe-lafs.git remove obsolete comment --- diff --git a/src/allmydata/node.py b/src/allmydata/node.py index 1a6bb94f..d29ad22c 100644 --- a/src/allmydata/node.py +++ b/src/allmydata/node.py @@ -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):