Skip to content

Commit

Permalink
perf(App): remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Dec 25, 2020
1 parent b559934 commit 74df96e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export default class App extends Vue {
if (this.config.clientTimeOut && +this.config.clientTimeOut !== 0) {
// 全局计时器判断客户端是否长时间未操作,需要可以开启
this.initTimeOutWatcher();
console.log(this.config);
}
}
Expand Down

0 comments on commit 74df96e

Please sign in to comment.