removed console.log
gitea/salix/1935-ticket_create_auto_fill This commit looks good Details

This commit is contained in:
Joan Sanchez 2019-12-26 08:45:55 +01:00
parent 5273e90a30
commit fd8eeb626d
1 changed files with 0 additions and 1 deletions

View File

@ -107,7 +107,6 @@ class Controller {
this._availableAgencies = res.data;
this.agencyModeId = this.defaultAddress.agencyModeFk;
console.log(this.agencyModeId);
});
}
}