Skip to content
Snippets Groups Projects
Commit 9f2d707b authored by mehtank's avatar mehtank
Browse files

remove console logging

parent 96c12839
No related merge requests found
......@@ -146,11 +146,9 @@ function makelinks(data) {
function remake() {
var xhr = new XMLHttpRequest();
var formdata = new FormData(paramform);
console.log(directlink("stl"));
// Define what happens on successful data submission
xhr.addEventListener("load", function(event) {
console.log('success: ');
data = JSON.parse(event.target.responseText);
makelinks(data);
stlreload(data["stl"]);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment