Remove console.log
This commit is contained in:
parent
3535bc9449
commit
0b4f938c5d
@ -59,7 +59,7 @@ class IFrameWidget extends WidgetType {
|
|||||||
|
|
||||||
get estimatedHeight(): number {
|
get estimatedHeight(): number {
|
||||||
const cachedHeight = this.editor.space.getCachedWidgetHeight(this.bodyText);
|
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;
|
return cachedHeight > 0 ? cachedHeight : 150;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user