Skip to content

Commit ffd215b

Browse files
committed
Cleanup
1 parent ad8969c commit ffd215b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

InteractiveHtmlBom/ibom.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,6 @@
605605
}
606606

607607
function populateBomTable(layout) {
608-
console.log('populate bom called with ' + layout);
609608
while (bom.firstChild) {
610609
bom.removeChild(bom.firstChild);
611610
}
@@ -627,7 +626,6 @@
627626
continue;
628627
}
629628
var tr = document.createElement("TR");
630-
// number
631629
var td = document.createElement("TD");
632630
var rownum = +i + 1;
633631
tr.id = "bomrow" + rownum;
@@ -822,7 +820,6 @@
822820
populateMetadata();
823821
resizeCanvas();
824822
changeBomLayout('LR');
825-
console.log("document.onload", e, Date.now());
826823
}
827824

828825
window.onresize = resizeCanvas;

0 commit comments

Comments
 (0)