提交 cfb26b3d 编写于 作者: A Alex Dima

Remove left-over console.log

上级 7ac4385c
......@@ -391,7 +391,6 @@ class Widget {
}
if (this.allowEditorOverflow) {
console.log(`here i am: ${JSON.stringify(topLeft)}`);
placement = this._layoutBoxInPage(topLeft, this._cachedDomNodeClientWidth, this._cachedDomNodeClientHeight, ctx);
} else {
placement = this._layoutBoxInViewport(topLeft, this._cachedDomNodeClientWidth, this._cachedDomNodeClientHeight, ctx);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册