Skip to content

Commit 17a3e09

Browse files
committed
remove unnecessary console.log
1 parent b8cb97d commit 17a3e09

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/geometry/TextBox.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,10 +292,8 @@ class TextBox extends TextMarker {
292292

293293
startEdit(opts) {
294294
const symbol = this._getCompiledSymbol();
295-
console.log(symbol['markerWidth']);
296295
if (isFunctionDefinition(this._width)) {
297296
const markerWidth = symbol['markerWidth'];
298-
console.log(markerWidth);
299297
this._oldWidth = this._width;
300298
this.setWidth(markerWidth);
301299
}

0 commit comments

Comments
 (0)