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,