Удален нерабочий код

This commit is contained in:
Book Pauk
2020-01-21 16:25:30 +07:00
parent e9039f8208
commit 185fb57b8c

View File

@@ -47,10 +47,6 @@ class WorkerController extends BaseController {
state = this.workerState.getState(request.workerId);
if (!state) break;
if (i == 0) {
state = Object.assign({dummy: '0'.repeat(1024)}, state);
}
res.write(splitter + JSON.stringify(state));
res.flush();