diff options
Diffstat (limited to 'src/components/invoice_header_editor.vue')
-rw-r--r-- | src/components/invoice_header_editor.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/invoice_header_editor.vue b/src/components/invoice_header_editor.vue index 964bd04..ffc5fb0 100644 --- a/src/components/invoice_header_editor.vue +++ b/src/components/invoice_header_editor.vue @@ -44,7 +44,6 @@ const submit = async (e: Event) => { try { const c = toRaw(customer.value) - console.log(c.BillingAddress) const res = await axios.post('/invoice', { "invoicedate": new Date(toRaw(invoiceDate.value)).toISOString(), |