Explorar o código

combine parts

arpruss %!s(int64=8) %!d(string=hai) anos
pai
achega
ab77d0ba13
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      split.html

+ 0 - 1
split.html

@@ -188,7 +188,6 @@ function meshSelection(meshes) {
 function downloadMeshCombo() {
     list = [];
     for (var i=0; i<allSplitMeshes.length; i++) {
-        console.log(document.getElementById('mesh'+i));
         if (document.getElementById('mesh'+i).checked)
             list.push(i);
     }