Skip to content

Commit

Permalink
Remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMHasperhoven committed Nov 27, 2024
1 parent d6a1fed commit 2032fc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ui/src/Toast/open.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export const openToast = (props: ToastProps): Toast => {

const open = () => {
const fn = toastFnMap[options.type];
console.log('TCL: open -> options', options);

id = fn(options.message, {
id,
Expand Down

0 comments on commit 2032fc9

Please sign in to comment.