Remove console.log
parent
3535bc9449
commit
0b4f938c5d
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue