From 67277fb438751f01e979a2f2b3d41b8ab077f2f8 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Tue, 20 Oct 2015 13:51:41 +0100 Subject: [PATCH] Remove the TODO, the function should not be removed. --- salt/minion.py | 1 - 1 file changed, 1 deletion(-) diff --git a/salt/minion.py b/salt/minion.py index f0de79fc48..5defa88ff8 100644 --- a/salt/minion.py +++ b/salt/minion.py @@ -714,7 +714,6 @@ class Minion(MinionBase): if not salt.utils.is_proxy(): self.opts['grains'] = salt.loader.grains(opts) - # TODO: remove? def sync_connect_master(self, timeout=None): ''' Block until we are connected to a master