Skip to content

Commit

Permalink
- Remove console log.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattias800 committed Sep 16, 2024
1 parent 6e57437 commit 99c815d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/modal/src/dialog/UseDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ export function useDialog<TProps, TPromiseResolve = void>(
rejectRef.current = reject;
}
);
console.log("SHOW");
setClosing(false);
setContentVisible(true);
forceRerender();
Expand Down

0 comments on commit 99c815d

Please sign in to comment.