mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 17:54:30 -04:00
Remove console log
This commit is contained in:
parent
d28061507e
commit
1f833398e6
@ -34,8 +34,6 @@
|
||||
})
|
||||
|
||||
Livewire.on('update-shipping-data', (event) => {
|
||||
console.log(event);
|
||||
|
||||
for (field in event) {
|
||||
let element = document.querySelector(`input[name=${field}]`);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user