mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
startstop_node.py: remove debug printout which breaks unit tests
This commit is contained in:
parent
df00555a88
commit
f0b427485b
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user