From 4ad885111b878a69d23a0b4d7ea495ed355e8cc6 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 15 Mar 2012 22:04:32 -0400 Subject: [PATCH] Disable debug --- library/file | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/file b/library/file index 725189a56e4..c9d0aaadc52 100755 --- a/library/file +++ b/library/file @@ -32,7 +32,8 @@ import pwd def debug(msg): # ansible ignores stderr, so it's safe to use for debug - print >>sys.stderr, msg + # print >>sys.stderr, msg + pass def exit_json(rc=0, **kwargs): # FIXME: if path exists, include the user, group, mode and context