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