Explorar el Código

去除无用代码

jmxd hace 2 años
padre
commit
3be93f65f9
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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)
 })