We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad8969c commit ffd215bCopy full SHA for ffd215b
InteractiveHtmlBom/ibom.html
@@ -605,7 +605,6 @@
605
}
606
607
function populateBomTable(layout) {
608
- console.log('populate bom called with ' + layout);
609
while (bom.firstChild) {
610
bom.removeChild(bom.firstChild);
611
@@ -627,7 +626,6 @@
627
626
continue;
628
629
var tr = document.createElement("TR");
630
- // number
631
var td = document.createElement("TD");
632
var rownum = +i + 1;
633
tr.id = "bomrow" + rownum;
@@ -822,7 +820,6 @@
822
820
populateMetadata();
823
821
resizeCanvas();
824
changeBomLayout('LR');
825
- console.log("document.onload", e, Date.now());
826
827
828
window.onresize = resizeCanvas;
0 commit comments