Skip to content

Commit c470551

Browse files
committed
Remove debug
1 parent 435b737 commit c470551

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/dom/common/dom-view.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1928,7 +1928,6 @@ abstract class DOMView<State extends DOMViewState, Data> {
19281928
}
19291929
else {
19301930
isContained = isPageRectFullyContained(getBoundingPageRect(range), this._iframeWindow);
1931-
console.log(getBoundingPageRect(range))
19321931
}
19331932

19341933
if (isContained) {

0 commit comments

Comments
 (0)