Skip to content

Commit

Permalink
fix: revert log
Browse files Browse the repository at this point in the history
  • Loading branch information
sakksham7 committed Jul 17, 2024
1 parent d9e0a7a commit 2e75e70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Window.res
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ external querySelector: string => Nullable.t<Dom.element> = "querySelector"
@val @scope("document")
external querySelectorAll: string => array<Dom.element> = "querySelectorAll"

Js.log(" dcd")

type eventData = {
elementType: string,
clickTriggered: bool,
Expand Down

0 comments on commit 2e75e70

Please sign in to comment.