Remove logging from fact init

This commit is contained in:
Matthew Jones 2015-10-02 16:56:13 -04:00
parent ac37667649
commit b06f7fb883

View File

@ -1,5 +1,2 @@
# Copyright (c) 2015 Ansible, Inc.
# All Rights Reserved.
import logging
logger = logging.getLogger('awx.fact')