remove console logs
This commit is contained in:
parent
b3497d3846
commit
55e364071f
|
@ -18,7 +18,6 @@
|
|||
let schema = {}
|
||||
let fields = []
|
||||
|
||||
$: console.log(files[0])
|
||||
$: valid = !schema || fields.every(column => schema[column].success)
|
||||
$: dataImport = {
|
||||
valid,
|
||||
|
@ -44,7 +43,6 @@
|
|||
}
|
||||
|
||||
async function validateCSV() {
|
||||
console.log(csvString)
|
||||
const response = await api.post("/api/tables/csv/validate", {
|
||||
csvString,
|
||||
schema: schema || {},
|
||||
|
|
Loading…
Reference in New Issue