Skip to content
Snippets Groups Projects
Commit 31e01d0f authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FIX #20786 TIME 0:02 rm console.log

parent 884b05f0
No related branches found
No related tags found
No related merge requests found
......@@ -51,8 +51,6 @@ export class AttachmentTypeAdministrationComponent implements OnInit {
this.adminFormGroup = this._formBuilder.group(this.attachmentType);
this.loading = true;
console.log(typeof this.attachmentType['signable'].value);
this.route.params.subscribe(async (params) => {
this.id = params['id'];
if (typeof params['id'] === 'undefined') {
......@@ -102,8 +100,6 @@ export class AttachmentTypeAdministrationComponent implements OnInit {
Object.keys(this.attachmentType).forEach(element => {
formattedTag[element] = this.attachmentType[element].value;
});
console.log(formattedTag);
return formattedTag;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment