Skip to content

Commit 4a2a9a6

Browse files
committed
remove console.log
1 parent 3f7e74a commit 4a2a9a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/xero_accounting_api/xero_accounting_api.app.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ export default {
123123
const invoices = await this.getInvoice({
124124
tenantId,
125125
});
126-
console.log(invoices);
127126
return invoices?.Invoices?.map((invoice) => ({
128127
label: invoice.InvoiceNumber,
129128
value: invoice.InvoiceID,

0 commit comments

Comments
 (0)