startstop_node.py: remove debug printout which breaks unit tests

This commit is contained in:
Zooko O'Whielacronx 2007-09-20 17:02:36 -07:00
parent df00555a88
commit f0b427485b

View File

@ -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)