diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-01-13 01:46:23 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-01-13 01:46:23 +0900 |
| commit | d2623a2ef2cd2fb85671aa7d4b61edb5e5028f33 (patch) | |
| tree | f6303025d5e198656899ec1593ef3907eef18cde /packages/client/src/pages/admin/queue.vue | |
| parent | Update CHANGELOG.md (diff) | |
| download | sharkey-d2623a2ef2cd2fb85671aa7d4b61edb5e5028f33.tar.gz sharkey-d2623a2ef2cd2fb85671aa7d4b61edb5e5028f33.tar.bz2 sharkey-d2623a2ef2cd2fb85671aa7d4b61edb5e5028f33.zip | |
clean up
Diffstat (limited to 'packages/client/src/pages/admin/queue.vue')
| -rw-r--r-- | packages/client/src/pages/admin/queue.vue | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/client/src/pages/admin/queue.vue b/packages/client/src/pages/admin/queue.vue index 719a3c2651..522210d933 100644 --- a/packages/client/src/pages/admin/queue.vue +++ b/packages/client/src/pages/admin/queue.vue @@ -38,8 +38,6 @@ export default defineComponent({ }, mounted() { - this.$emit('info', this[symbols.PAGE_INFO]); - this.$nextTick(() => { this.connection.send('requestLog', { id: Math.random().toString().substr(2, 8), |