Skip to content

Commit

Permalink
Reduce logger level
Browse files Browse the repository at this point in the history
  • Loading branch information
techniq committed Oct 6, 2021
1 parent 520e219 commit 08b473f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/SelectField.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
inputChange: string;
}>();
const logger = new Logger({ level: 'DEBUG' });
const logger = new Logger({ level: 'WARN' });
export let items: any[] = [];
export let itemText = (item: any) => (item?.name as string) ?? '';
Expand Down

0 comments on commit 08b473f

Please sign in to comment.