From b06f7fb883e3e5dd03aa86e2ad8646f1ed907ce1 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Fri, 2 Oct 2015 16:56:13 -0400 Subject: [PATCH] Remove logging from fact init --- awx/fact/__init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/awx/fact/__init__.py b/awx/fact/__init__.py index d9f8f41d12..e484e62be1 100644 --- a/awx/fact/__init__.py +++ b/awx/fact/__init__.py @@ -1,5 +1,2 @@ # Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. - -import logging -logger = logging.getLogger('awx.fact')