Skip to content

Commit

Permalink
removes console.log() on toggle in form
Browse files Browse the repository at this point in the history
  • Loading branch information
Adysone authored Sep 13, 2024
1 parent 937072f commit 3e24a3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/views/forms/shield-toggle.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
});
$watch('state', (value, old) => {
console.log('new',value,' - old',old)
if (value === old) {
this.toggleAll();
}
Expand Down Expand Up @@ -171,4 +170,4 @@ class="absolute inset-0 flex items-center justify-center w-full h-full transitio
@else
{{ $content() }}
@endif
</x-dynamic-component>
</x-dynamic-component>

0 comments on commit 3e24a3b

Please sign in to comment.