chore: remove clog

This commit is contained in:
Jacob Overgaard
2024-09-19 16:36:15 +02:00
parent 4f06d69296
commit d3c7300974

View File

@@ -43,7 +43,6 @@ export class UmbInputTiptapElement extends UmbFormControlMixin<string, typeof Um
@property({ type: String })
override set value(value: string) {
console.log('update scheduled', value);
this.#markup = value;
// Try to set the value to the editor if it is ready.