more legible debug

This commit is contained in:
iw0 2024-06-04 21:41:26 +02:00
parent 62a08c9166
commit e12f2d53b9

View File

@ -488,7 +488,7 @@ const enterPaymentDetails = {
// Seems to have been removed. Try anyway.
if (xfrRadio instanceof Element) xfrRadio.dispatchEvent(new Event('change'));
settings.get(bankDetailConfigKeys).then(results => {
console.debug(results);
console.debug("storage returned", results);
for (const [k, v] of Object.entries(results)) {
switch (k) {
case "pymt__iban":