Skip to content

Commit

Permalink
chore: remove debugger code
Browse files Browse the repository at this point in the history
  • Loading branch information
yue1123 committed Sep 20, 2022
1 parent 999fac6 commit b36c62c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hooks/useBaseMapListener.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ type Events = {
}

const emitter = mitt<Events>()
window.emitter = emitter
function useBaseMapListener() {
return {
emit: emitter.emit,
Expand Down

0 comments on commit b36c62c

Please sign in to comment.