Skip to content

Commit 2752604

Browse files
committed
Remove console logs
1 parent 46a2052 commit 2752604

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/core/toast.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,7 @@ toast.remove = (toastId?: string, toasterId?: string) => {
9494
};
9595
if (toasterId) {
9696
createDispatch(toasterId)(action);
97-
console.log('dispatch', action, toasterId);
9897
} else {
99-
console.log('dispatchAll', action);
10098
dispatchAll(action);
10199
}
102100
};

0 commit comments

Comments
 (0)