Skip to content

Commit d02a36c

Browse files
fix: remove console log on dispatchOverlay (#123)
* fix: remove console log * Create strong-spoons-grin.md --------- Co-authored-by: Yongbeen Im <[email protected]>
1 parent 3362bb7 commit d02a36c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/strong-spoons-grin.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"overlay-kit": patch
3+
---
4+
5+
fix: remove console log on dispatchOverlay

packages/src/context/store.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ export function createRegisterOverlaysStore() {
4747

4848
function dispatchOverlay(action: OverlayReducerAction) {
4949
overlays = overlayReducer(overlays, action);
50-
console.log('test:: dispatchOverlay After', action, overlays);
5150
emitChangeListener();
5251
}
5352

0 commit comments

Comments
 (0)