remove console.log

pull/1281/head
Tuğçe Küçükoğlu 2021-05-18 12:41:58 +03:00
parent f424ffb94f
commit 43531e93c4
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ export default {
}
},
updated() {
console.log('updated');
if (!this.calendar && this.$el.offsetParent) {
this.initialize();
}