Remove debug

This commit is contained in:
Jiiks 2018-08-19 23:15:37 +03:00
parent 6948335ea7
commit 316f3c1bb0
1 changed files with 0 additions and 3 deletions

View File

@ -51,9 +51,6 @@
created() {
this.attachListeners();
},
destroyed() {
console.log('AUTOCOMPLET EDESTROYED');
},
methods: {
attachListeners() {
if (this._isDestroyed) return;