From e9d11173cde96fb761ccbb574205fd4989517d58 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 6 Apr 2013 18:38:31 -0400 Subject: [PATCH] Remove obsolete comment --- lib/ansible/callbacks.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/ansible/callbacks.py b/lib/ansible/callbacks.py index 38f7838aaf9..5fd1c27bf71 100644 --- a/lib/ansible/callbacks.py +++ b/lib/ansible/callbacks.py @@ -45,14 +45,6 @@ if cowsay and noncow == 'random': cows.append(False) noncow = random.choice(cows) -# **************************************************************************** -# 1.1 DEV NOTES -# FIXME -- in order to make an ideal callback system, all of these should have -# access to the current task and/or play and host objects. We need to this -# while keeping present callbacks functionally intact and will do so. -# **************************************************************************** - - def call_callback_module(method_name, *args, **kwargs): for callback_plugin in utils.plugins.callback_loader.all():