From fcf6ab58070eaa4ffe57ae6c6fdc5909c6ec26ff Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 19 Feb 2019 14:03:14 +0800 Subject: [PATCH] Update __init__.py --- route/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route/__init__.py b/route/__init__.py index 1d170f772..6ecb2e7dd 100755 --- a/route/__init__.py +++ b/route/__init__.py @@ -285,7 +285,7 @@ def connected_msg(msg): global shell, ssh try: recv = shell.recv(8192) - print recv.decode("utf-8") + # print recv.decode("utf-8") emit('server_response', {'data': recv.decode("utf-8")}) except Exception as e: pass