removed unnecessary console.log

This commit is contained in:
dcore94 2022-07-18 18:29:01 +02:00
parent b04c862e7f
commit 5e37584e38
1 changed files with 0 additions and 2 deletions

View File

@ -148,8 +148,6 @@ class CCPInputWidgetEditorController extends HTMLElement{
delete this.#input.schema['enum']
}
}
console.log(this.#input)
})
}