Remove unnecessary console.logs when editing invoices.

This commit is contained in:
2025-01-20 08:18:56 +01:00
parent ea4dcb1842
commit e16324249a

View File

@@ -442,7 +442,6 @@
if (!error) {
window.location.href = '/invoice/' + invoice_id;
}
console.log(response);
})
.catch(function (error) {
console.log(error);