diff --git a/web/cm_plugins/fenced_code.ts b/web/cm_plugins/fenced_code.ts index 645bd5c06..1dfb4b008 100644 --- a/web/cm_plugins/fenced_code.ts +++ b/web/cm_plugins/fenced_code.ts @@ -59,7 +59,7 @@ class IFrameWidget extends WidgetType { get estimatedHeight(): number { const cachedHeight = this.editor.space.getCachedWidgetHeight(this.bodyText); - console.log("Calling estimated height", cachedHeight); + // console.log("Calling estimated height", cachedHeight); return cachedHeight > 0 ? cachedHeight : 150; }