mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 06:10:22 -07:00
Remove ununsed Connection.log method (#22837)
method referenced 'logger' which no longer exists.
This commit is contained in:
parent
dfec69b9a1
commit
0bb3545333
1 changed files with 0 additions and 4 deletions
|
@ -57,10 +57,6 @@ class Connection(ConnectionBase):
|
||||||
self._manager = None
|
self._manager = None
|
||||||
self._connected = False
|
self._connected = False
|
||||||
|
|
||||||
def log(self, msg):
|
|
||||||
msg = 'h=%s u=%s %s' % (self._play_context.remote_addr, self._play_context.remote_user, msg)
|
|
||||||
logger.debug(msg)
|
|
||||||
|
|
||||||
def _connect(self):
|
def _connect(self):
|
||||||
super(Connection, self)._connect()
|
super(Connection, self)._connect()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue