Removed console.log

This commit is contained in:
Grzegorz Leoniec 2019-01-05 13:42:38 +01:00
parent f1392e47c5
commit 662589e995
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377

View File

@ -195,7 +195,6 @@ export default {
.then(res => {
this.cities = this.processCityResults(res)
})
console.log('TRY TO GET DATA FOR ', value)
}
}
}