From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Fri, 21 Sep 2007 00:02:36 +0000 (-0700)
Subject: startstop_node.py: remove debug printout which breaks unit tests
X-Git-Tag: allmydata-tahoe-0.6.0~38
X-Git-Url: https://git.rkrishnan.org/simplejson/components/%5B%5E?a=commitdiff_plain;h=f0b427485b79993167f11688712c57ada9cdbb55;p=tahoe-lafs%2Ftahoe-lafs.git

startstop_node.py: remove debug printout which breaks unit tests
---

diff --git a/src/allmydata/scripts/startstop_node.py b/src/allmydata/scripts/startstop_node.py
index deea7dde..0b7306f2 100644
--- a/src/allmydata/scripts/startstop_node.py
+++ b/src/allmydata/scripts/startstop_node.py
@@ -51,7 +51,6 @@ def do_start(basedir, config, out=sys.stdout, err=sys.stderr):
     
     fileutil.make_dirs(os.path.join(basedir, "logs"))
     cmd.extend(["-y", tac, "--logfile", os.path.join("logs", "twistd.log")])
-    print "os.chdir(%s)" % (basedir,)
     curdir = os.getcwd()
     try:
         os.chdir(basedir)