Skip to content

Commit

Permalink
Merge pull request #417 from Adysone/removing-console-log
Browse files Browse the repository at this point in the history
  • Loading branch information
bezhanSalleh authored Oct 2, 2024
2 parents 9cdc39c + 3e24a3b commit a71ca76
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 a71ca76

Please sign in to comment.