From 5e37584e383737ceeec0a3896a787f699687b8b9 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Mon, 18 Jul 2022 18:29:01 +0200 Subject: [PATCH] removed unnecessary console.log --- ccp/js/inputwidgeteditorcontroller.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/ccp/js/inputwidgeteditorcontroller.js b/ccp/js/inputwidgeteditorcontroller.js index 7fdf18a..9d92e52 100644 --- a/ccp/js/inputwidgeteditorcontroller.js +++ b/ccp/js/inputwidgeteditorcontroller.js @@ -148,8 +148,6 @@ class CCPInputWidgetEditorController extends HTMLElement{ delete this.#input.schema['enum'] } } - - console.log(this.#input) }) }