We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3a240 commit f28e055Copy full SHA for f28e055
1 file changed
editor-packages/editor-canvas/math/center-of.ts
@@ -55,8 +55,6 @@ export function centerOf(
55
vbcenter[1] - boxcenter[1] * scale,
56
];
57
58
- console.log(translate, scale);
59
-
60
return {
61
box: box,
62
center: boxcenter,
0 commit comments