1
0

Remove debug log

This commit is contained in:
kolaente
2020-04-26 18:22:18 +02:00
parent c59501958f
commit f4847be320

View File

@ -64,8 +64,5 @@ export function objectToSnakeCase(object) {
}
}
console.log('end', parsedObject, object)
return parsedObject
}