Skip to content

Commit 3f55f42

Browse files
authored
rm console log in modal (#117)
1 parent 670f5c6 commit 3f55f42

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Modal.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,6 @@ export function createModal<Name extends string>(params: {
247247
overwriteReadonlyProp(InternalModal as any, "name", InternalModal.displayName);
248248

249249
function openModal() {
250-
console.log("wesh!");
251-
252250
const hiddenControlButton = document.getElementById(hiddenControlButtonId);
253251

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

0 commit comments

Comments
 (0)