Remove logging
This commit is contained in:
parent
4326ba9016
commit
4060730ec5
1 changed files with 0 additions and 1 deletions
|
@ -107,7 +107,6 @@ function amountToUKF(amount, is_cof = false, account = false) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function getErrorsHtml(data, is_error = true) {
|
function getErrorsHtml(data, is_error = true) {
|
||||||
console.log("data")
|
|
||||||
if (is_error) {
|
if (is_error) {
|
||||||
data = data.map(error => error.message)
|
data = data.map(error => error.message)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue