Skip to content

Commit

Permalink
rm console log in modal (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
enguerranws committed May 2, 2023
1 parent 670f5c6 commit 3f55f42
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,6 @@ export function createModal<Name extends string>(params: {
overwriteReadonlyProp(InternalModal as any, "name", InternalModal.displayName);

function openModal() {
console.log("wesh!");

const hiddenControlButton = document.getElementById(hiddenControlButtonId);

assert(hiddenControlButton !== null, "Modal isn't mounted");
Expand Down

0 comments on commit 3f55f42

Please sign in to comment.