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