mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-02 11:22:47 +00:00
Remove ununsed Connection.log method (#22837)
method referenced 'logger' which no longer exists.
This commit is contained in:
committed by
Nathaniel Case
parent
dfec69b9a1
commit
0bb3545333
@@ -57,10 +57,6 @@ class Connection(ConnectionBase):
|
||||
self._manager = None
|
||||
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):
|
||||
super(Connection, self)._connect()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user