Skip to content

Commit

Permalink
Removed console log in real-time advancement
Browse files Browse the repository at this point in the history
  • Loading branch information
Haxxer committed Jan 1, 2025
1 parent f487fe9 commit 08d8c64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<span x-text="advancement.advancement_enabled ? 'Yes' : 'No'"></span>
@else
<label class="custom-control custom-checkbox center-text">
<input type="checkbox" class="custom-control-input" x-model="console.log(advancement.advancement_enabled)">
<input type="checkbox" class="custom-control-input" x-model="advancement.advancement_enabled">
<span class="custom-control-indicator"></span>
</label>
@endif
Expand Down

0 comments on commit 08d8c64

Please sign in to comment.