Skip to content

Commit 10c78df

Browse files
angus96huangfengli02
andauthored
bugfix: remove unexpected console.log (#368)
Co-authored-by: huangfengli02 <huangfengli02@meituan.com>
1 parent fef14ad commit 10c78df

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/util/parse-height-from-html.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ export const parseHeightFromHTML = (html: string): number => {
33
const parser = new DOMParser();
44
const doc = parser.parseFromString(html, 'text/html');
55
const el = doc.body.firstElementChild;
6-
console.log(el?.getClientRects(), 11);
76

87
if (!el) return 0;
98

0 commit comments

Comments
 (0)