Removed the logger as it's not used anymore

This commit is contained in:
twangboy 2015-07-20 12:57:07 -06:00
parent 5008bfee96
commit d67491bb80

View file

@ -3,7 +3,6 @@
Manage ruby gems.
"""
from __future__ import absolute_import
import logging
try:
from shlex import quote as _cmd_quote # pylint: disable=E0611
@ -20,8 +19,6 @@ __func_alias__ = {
'list_': 'list'
}
log = logging.getLogger(__name__)
def _gem(command, ruby=None, runas=None, gem_bin=None):
"""