Remove debug log

This commit is contained in:
kolaente 2020-04-26 18:22:18 +02:00
parent c59501958f
commit f4847be320
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 3 deletions

View File

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