diff --git a/bin/ansible-connection b/bin/ansible-connection index 31fd0ac0f70..dd727743da4 100755 --- a/bin/ansible-connection +++ b/bin/ansible-connection @@ -214,7 +214,6 @@ class Server(): def do_EXEC(self, data): cmd = data.split(b'EXEC: ')[1] - display.display('Command executed: %s' % cmd, log_only=True) return self.connection.exec_command(cmd) def do_PUT(self, data):