Remove logging

This commit is contained in:
Ludovic Stephan 2021-06-17 10:49:35 +02:00
parent 4326ba9016
commit 4060730ec5

View file

@ -107,7 +107,6 @@ function amountToUKF(amount, is_cof = false, account = false) {
}
function getErrorsHtml(data, is_error = true) {
console.log("data")
if (is_error) {
data = data.map(error => error.message)
}