mirror of https://github.com/rancher/dashboard.git
Remove debug logging
This commit is contained in:
parent
2ae9355d3b
commit
3e7286bf46
|
|
@ -20,7 +20,7 @@ export default {
|
|||
},
|
||||
|
||||
mounted() {
|
||||
this.timer = setTimeout(() => { this.showMessage = true; console.log('ok'); }, 250);
|
||||
this.timer = setTimeout(() => { this.showMessage = true; }, 250);
|
||||
},
|
||||
|
||||
beforeDestroy() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue