From b12c7bffd3ce16630b54527056d0e6b0e4694ee4 Mon Sep 17 00:00:00 2001 From: t123yh Date: Thu, 24 Aug 2017 15:30:44 +0800 Subject: [PATCH] Remove debug message. --- src/daemon-frontend-syzoj/socketio.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/daemon-frontend-syzoj/socketio.ts b/src/daemon-frontend-syzoj/socketio.ts index 71f7073..408491c 100644 --- a/src/daemon-frontend-syzoj/socketio.ts +++ b/src/daemon-frontend-syzoj/socketio.ts @@ -273,7 +273,6 @@ export function updateProgress(taskId: string, data: OverallResult) { const original = clientDetailProgressList[client].content; const updated = processOverallResult(currentJudgeList[taskId], clientDisplayConfigList[client]); const version = clientDetailProgressList[client].version; - winston.warn("Original: " + JSON.stringify(original) + "\n Updated: " + JSON.stringify(updated)); detailProgressNamespace.sockets[client].emit('update', { taskId: taskId, from: version,