Remove unnecessary console.logs when editing invoices.
This commit is contained in:
@@ -442,7 +442,6 @@
|
||||
if (!error) {
|
||||
window.location.href = '/invoice/' + invoice_id;
|
||||
}
|
||||
console.log(response);
|
||||
})
|
||||
.catch(function (error) {
|
||||
console.log(error);
|
||||
|
||||
Reference in New Issue
Block a user