1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 17:45:51 +02:00

Remove debug code

This commit is contained in:
syuilo
2019-03-10 19:20:25 +09:00
parent 80a2172715
commit 0fff2e4f16

View File

@@ -21,14 +21,8 @@ export default function() {
const inboxJobCounts = await inboxQueue.getJobCounts();
const stats = {
deliver: {
active: Math.floor(Math.random() * 100),
delayed: Math.floor(Math.random() * 1000),
},
inbox: {
active: Math.floor(Math.random() * 100),
delayed: Math.floor(Math.random() * 1000),
}
deliver: deliverJobCounts,
inbox: inboxJobCounts
};
ev.emit('queueStats', stats);