From 597435bff72b9eaf205f786f3fca95d21dd3597b Mon Sep 17 00:00:00 2001 From: Vincent Pelletier Date: Thu, 5 Jan 2012 10:16:15 +0100 Subject: [PATCH] Remove inappropriate XXX. This comment just described the whole purpose of the code, so there is no XXX there. --- neo/master/handlers/administration.py | 1 - 1 file changed, 1 deletion(-) diff --git a/neo/master/handlers/administration.py b/neo/master/handlers/administration.py index bab204a6..2bdbc4ca 100644 --- a/neo/master/handlers/administration.py +++ b/neo/master/handlers/administration.py @@ -51,7 +51,6 @@ class AdministrationHandler(MasterHandler): # change state if state == ClusterStates.VERIFYING: - # XXX: /!\ this allow leave the first phase of recovery self.app._startup_allowed = True else: self.app.changeClusterState(state) -- 2.25.1