remove console logs

main^2
Midnight 2 years ago
parent 57874136b5
commit fe83cf56c5

@ -41,7 +41,6 @@
}); });
update_price(value); update_price(value);
update_example(value); update_example(value);
console.log(value.example);
}); });
} catch(msg) { } catch(msg) {
prefill = true; prefill = true;
@ -109,8 +108,6 @@
"answers": value["answers"] "answers": value["answers"]
}) })
}); });
console.log(data);
console.log(JSON.stringify(data));
const urlParams = new URLSearchParams(window.location.search); const urlParams = new URLSearchParams(window.location.search);
urlParams.set("commissions", JSON.stringify(data)); urlParams.set("commissions", JSON.stringify(data));

Loading…
Cancel
Save