mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Removed the logger as it's not used anymore
This commit is contained in:
parent
5008bfee96
commit
d67491bb80
1 changed files with 0 additions and 3 deletions
|
@ -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):
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue