From 97d5e0d0276c054882d3039d77c6edfe391d10d1 Mon Sep 17 00:00:00 2001 From: Ganesh Nalawade Date: Wed, 11 Oct 2017 19:03:21 +0530 Subject: Remove log of command executed in persistent connection (#31581) --- bin/ansible-connection | 1 - 1 file changed, 1 deletion(-) (limited to 'bin') diff --git a/bin/ansible-connection b/bin/ansible-connection index 31fd0ac0f7..dd727743da 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): -- cgit v1.2.1