diff --git a/src/components/Play.vue b/src/components/Play.vue index b8b8888..736260d 100644 --- a/src/components/Play.vue +++ b/src/components/Play.vue @@ -1150,7 +1150,6 @@ export default { shortcut.all().then(res => { this.right.type = 'shortcut' this.right.shortcut = res - console.log(res) }) } },