Skip to content

Commit 5d8cfc9

Browse files
committed
Remove debugging output
1 parent cf33f89 commit 5d8cfc9

File tree

1 file changed

+0
-1
lines changed
  • unpacked/jax/output/HTML-CSS

1 file changed

+0
-1
lines changed

unpacked/jax/output/HTML-CSS/jax.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,6 @@
670670
em = test.childNodes[2].offsetHeight/60;
671671
cwidth = Math.max(0, jax.HTMLCSS.display ? test.lastChild.offsetWidth - 1:
672672
test.lastChild.offsetLeft - test.firstChild.offsetLeft - 2);
673-
console.log(em,ex,cwidth);
674673
if (ex === 0 || ex === "NaN") {
675674
// can't read width, so move to hidden div for processing
676675
hidden.push(div);

0 commit comments

Comments
 (0)