diff --git a/route/__init__.py b/route/__init__.py index 6ecb2e7dd..189bcc7e7 100755 --- a/route/__init__.py +++ b/route/__init__.py @@ -251,7 +251,6 @@ def get_input_data(data): @socketio.on('webssh') def webssh(msg): - print 'webssh', msg if not isLogined(): emit('server_response', {'data': '会话丢失,请重新登陆面板!\r\n'}) return None