comment console.log

This commit is contained in:
2021-09-22 12:10:17 +02:00
parent dee27ee01f
commit e336990b16
2 changed files with 2 additions and 4 deletions

View File

@@ -458,11 +458,9 @@ export default {
getCountries() {
this.flag.loading = true;
console.log('## GO');
fetchCountries().then(
countries => new Promise((resolve, reject) => {
this.entity.loaded.countries = countries.results;
console.log('## COMPLETE !');
this.flag.editPane = true;
this.flag.loading = false;
resolve()