diff --git a/src/index.tsx b/src/index.tsx index 321fb9b2..c82f561b 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -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;