diff --git a/html/ports.js b/html/ports.js index fab734d..a8f0392 100644 --- a/html/ports.js +++ b/html/ports.js @@ -17,6 +17,5 @@ function drawPorts() { l.id="port" + (i+1); f.appendChild(l); } - console.log("DRAWING DONE "); }