Skip to content

Commit

Permalink
delete console log
Browse files Browse the repository at this point in the history
I see that I forgot an console.log in the destroy() method.
Not important but annoying.
Sorry about that...
  • Loading branch information
tanthammar authored Sep 18, 2024
1 parent 4e5deda commit 3affa25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/views/json-editor.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
editor: null,
destroy() {
this.editor = null;
console.info('destroy');
},
start() {
$nextTick(() => {
Expand Down Expand Up @@ -62,4 +61,4 @@
wire:ignore>
<div x-ref="editor" class="w-full ace_editor" style="min-height: 30vh;height:{{ $getHeight() }}px"></div>
</div>
</x-filament-forms::field-wrapper>
</x-filament-forms::field-wrapper>

0 comments on commit 3affa25

Please sign in to comment.