Commit c34d332f authored by Julien Muchembled's avatar Julien Muchembled

Remove dead code

parent c1c26894
......@@ -211,7 +211,6 @@ class AdministrationHandler(MasterHandler):
if node.getUUID() in uuid_list or node.isPending():
drop_list.append(node)
elif not node.isRunning():
drop_list.append(node)
raise AnswerDenied(
'tweak: down nodes must be listed explicitly')
if dry_run:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment