Skip to content

Commit

Permalink
fix(Popup): remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilotager committed Feb 6, 2024
1 parent ea32c90 commit 57e8225
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/core/src/popup/popup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ const Popup = forwardRef<any, PopupProps>((props, ref) => {
[duration],
)

console.log(lock)

return (
<PopupContext.Provider
value={{
Expand Down

0 comments on commit 57e8225

Please sign in to comment.