浏览代码

去除无用代码

jmxd 2 年之前
父节点
当前提交
3be93f65f9
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/components/magic-editor.vue

+ 0 - 1
src/components/magic-editor.vue

@@ -296,7 +296,6 @@ bus.$event(Socket.LOGIN_RESPONSE, ([ret, user]) => {
 	}
 })
 bus.$event(Socket.REFRESH_TOKEN, ([newToken]) => {
-	console.log('refresh-token', newToken)
 	constants.HEADER_MAGIC_TOKEN_VALUE = newToken
 	store.set(constants.STORE.token, constants.HEADER_MAGIC_TOKEN_VALUE)
 })