Skip to content

Commit

Permalink
Removed console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
driver-deploy-2 committed Jan 9, 2024
1 parent f154f81 commit 318135b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/lib/src/option.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ export const Options = <T extends string | number>(): Component<IOptions<T>> =>
callback(checkedIds);
}
: undefined;
console.table({ id, label, checkboxClass, className });
return m(`div${clear}`, { className }, [
m('div', { className: 'input-field options' }, m(Label, { id, label, isMandatory })),
m(HelperText, { helperText: description }),
Expand Down

0 comments on commit 318135b

Please sign in to comment.