remove console.logs
This commit is contained in:
parent
5efc239fff
commit
f6e00d120a
@ -15,10 +15,8 @@ function download(data: string, filename: string, type: string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function handle() {
|
async function handle() {
|
||||||
console.log("browser.ts:2");
|
|
||||||
const csv_input = document.getElementById("csv");
|
const csv_input = document.getElementById("csv");
|
||||||
if (!csv_input || !(csv_input instanceof HTMLInputElement)) {
|
if (!csv_input || !(csv_input instanceof HTMLInputElement)) {
|
||||||
console.log("browser.ts:5");
|
|
||||||
throw new Error("coudl not find the csv input");
|
throw new Error("coudl not find the csv input");
|
||||||
}
|
}
|
||||||
var fileName = csv_input.value.replace("C:\\fakepath\\", "");
|
var fileName = csv_input.value.replace("C:\\fakepath\\", "");
|
||||||
|
Loading…
Reference in New Issue
Block a user