diff --git a/main.js b/main.js index b652842..c4469ed 100644 --- a/main.js +++ b/main.js @@ -158,7 +158,7 @@ function saveResult(vertices, triangles) { window.URL = window.URL || window.webkitURL; - prompt("scad", result); + //prompt("Copy scad:", result); //prompt result in a copyable field var blob = new Blob([result], { type: 'text/plain' });