From: Zooko Wilcox-O'Hearn <zooko@zooko.com>
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/specifications/components/com_hotproperty/architecture.txt?a=commitdiff_plain;h=refs%2Fpull%2F95%2Fhead;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):