Remove log of command executed in persistent connection (#31581)

pull/4420/head
Ganesh Nalawade 2017-10-11 19:03:21 +05:30 committed by GitHub
parent 865a38bb8d
commit 97d5e0d027
1 changed files with 0 additions and 1 deletions

View File

@ -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):