diff --git a/src/AdaptivePopover.tsx b/src/AdaptivePopover.tsx index fb7d298..bc0baf2 100644 --- a/src/AdaptivePopover.tsx +++ b/src/AdaptivePopover.tsx @@ -230,9 +230,8 @@ export default class AdaptivePopover extends Component i === undefined)) { - console.log('rect not found') + this.debug('rect not found') return } rect = new Rect(rect.x + horizontalOffset, rect.y + verticalOffset, rect.width, rect.height);