Skip to content

Commit

Permalink
fix: remove console (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 authored Nov 7, 2020
1 parent a7b4ccf commit b6072a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,6 @@ export function generateTrigger(
popupVisible: boolean,
event?: { pageX: number; pageY: number },
) {
console.error('Change:::', popupVisible);
const { alignPoint } = this.props;
const { popupVisible: prevPopupVisible } = this.state;

Expand Down

0 comments on commit b6072a6

Please sign in to comment.