Skip to content

Commit

Permalink
Merge pull request #39 from tanthammar/patch-1
Browse files Browse the repository at this point in the history
delete console log
  • Loading branch information
invaders-xx authored Sep 18, 2024
2 parents 4e5deda + 3affa25 commit 2bf845c
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 2bf845c

Please sign in to comment.