Browse Source

Remove debug message.

master
t123yh 7 years ago
parent
commit
b12c7bffd3
  1. 1
      src/daemon-frontend-syzoj/socketio.ts

1
src/daemon-frontend-syzoj/socketio.ts

@ -273,7 +273,6 @@ export function updateProgress(taskId: string, data: OverallResult) {
const original = clientDetailProgressList[client].content; const original = clientDetailProgressList[client].content;
const updated = processOverallResult(currentJudgeList[taskId], clientDisplayConfigList[client]); const updated = processOverallResult(currentJudgeList[taskId], clientDisplayConfigList[client]);
const version = clientDetailProgressList[client].version; const version = clientDetailProgressList[client].version;
winston.warn("Original: " + JSON.stringify(original) + "\n Updated: " + JSON.stringify(updated));
detailProgressNamespace.sockets[client].emit('update', { detailProgressNamespace.sockets[client].emit('update', {
taskId: taskId, taskId: taskId,
from: version, from: version,

Loading…
Cancel
Save