mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-05 01:49:15 +00:00
irrelevant code
This commit is contained in:
parent
4fc649fee1
commit
dfa8b37a15
@ -209,9 +209,6 @@ def _create_node(reactor, request, temp_dir, introducer_furl, flog_gatherer, nam
|
||||
if exists(node_dir):
|
||||
created_d = succeed(None)
|
||||
else:
|
||||
if exists(node_dir):
|
||||
print("nuking: {}".format(node_dir))
|
||||
rmtree(node_dir)
|
||||
print("creating", node_dir)
|
||||
mkdir(node_dir)
|
||||
done_proto = _ProcessExitedProtocol()
|
||||
|
Loading…
x
Reference in New Issue
Block a user