From 60bf82d266e0240ce988e7198b3c304b4e77fbe7 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 15 Mar 2012 23:05:34 -0400 Subject: [PATCH] Remove comment about FIXME that is already resolved --- library/file | 3 --- 1 file changed, 3 deletions(-) diff --git a/library/file b/library/file index 9c2608e64cc..e00e036b45d 100755 --- a/library/file +++ b/library/file @@ -36,9 +36,6 @@ def debug(msg): pass def exit_json(rc=0, **kwargs): - # FIXME: if path exists, include the user, group, mode and context - # in the data if not already present, such that this module is - # also useful for inventory purposes if 'path' in kwargs: debug("adding path info") add_path_info(kwargs)