removed copy result text prompt

This commit is contained in:
Ravi Riley 2020-04-28 04:35:28 -07:00
parent f37c921031
commit ad6dd23189

View File

@ -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'
});