projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df00555
)
startstop_node.py: remove debug printout which breaks unit tests
author
Zooko O'Whielacronx
<zooko@zooko.com>
Fri, 21 Sep 2007 00:02:36 +0000
(17:02 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Fri, 21 Sep 2007 00:02:36 +0000
(17:02 -0700)
src/allmydata/scripts/startstop_node.py
patch
|
blob
|
history
diff --git
a/src/allmydata/scripts/startstop_node.py
b/src/allmydata/scripts/startstop_node.py
index deea7dded158f1ad44ac94ea541f4c836326a579..0b7306f2804830228bd06819133ac3f80275f102 100644
(file)
--- 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)