Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Commit

Permalink
Remove log of command executed in persistent connection (ansible#31581)
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshrn authored Oct 11, 2017
1 parent 865a38b commit 97d5e0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/ansible-connection
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 97d5e0d

Please sign in to comment.