Update src/client/app/admin/views/ap-log.vue

This commit is contained in:
syuilo 2018-11-03 11:39:56 +09:00
parent 35865429a8
commit 51a32846ee
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -40,15 +40,6 @@ export default Vue.extend({
id: Math.random().toString().substr(2, 8),
length: 50
});
setInterval(() => {
this.onLog({
direction: ['in', 'out'][Math.floor(Math.random() * 2)],
activity: 'Create',
host: 'misskey.ai',
actor: 'foobar'
});
}, 1000);
},
beforeDestroy() {