From 3affa250d4ab38508f6be974eb38a8d50d8a1040 Mon Sep 17 00:00:00 2001 From: TinaH Date: Wed, 18 Sep 2024 11:58:44 +0200 Subject: [PATCH] delete console log I see that I forgot an console.log in the destroy() method. Not important but annoying. Sorry about that... --- resources/views/json-editor.blade.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/views/json-editor.blade.php b/resources/views/json-editor.blade.php index 1e5275e..9e68e1e 100644 --- a/resources/views/json-editor.blade.php +++ b/resources/views/json-editor.blade.php @@ -19,7 +19,6 @@ editor: null, destroy() { this.editor = null; - console.info('destroy'); }, start() { $nextTick(() => { @@ -62,4 +61,4 @@ wire:ignore>
- \ No newline at end of file +