Skip to content

Commit

Permalink
refactor(ontology): delete console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
kilchenmann committed Feb 12, 2021
1 parent 2dfd30e commit d74a77d
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -178,7 +178,6 @@ export class PropertyFormComponent implements OnInit {
* @returns Filtered list of options
*/
filter(list: AutocompleteItem[], label: string) {
console.log(list)
return list.filter(prop =>
prop.label?.toLowerCase().includes(label.toLowerCase())
);
Expand Down

0 comments on commit d74a77d

Please sign in to comment.