ui: remove log
This commit is contained in:
parent
c0077b7fa7
commit
5cbb89d949
1 changed files with 0 additions and 1 deletions
|
|
@ -54,7 +54,6 @@ class CustomFieldStore {
|
|||
addElementToConditionalFiltersMap(FilterCategory.METADATA, '_' + item.key);
|
||||
addElementToMobileConditionalFiltersMap(FilterCategory.METADATA, '_' + item.key);
|
||||
});
|
||||
console.log('here')
|
||||
this.list = response.map((item_1: any) => new CustomField(item_1));
|
||||
this.fetchedMetadata = true;
|
||||
} finally {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue