Skip to content

Commit 91c37cb

Browse files
authored
chore(🔥): remove bogus console.log (#3584)
1 parent 6143bad commit 91c37cb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎packages/skia/src/skia/web/JsiSkCanvas.ts‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,7 @@ export class JsiSkCanvas
312312
);
313313
}
314314

315-
drawSvg(svg: SkSVG, width?: number, height?: number) {
316-
const ctm = this.ref.getLocalToDevice();
317-
console.log({ ctm, width, height });
315+
drawSvg(svg: SkSVG, _width?: number, _height?: number) {
318316
const image = this.CanvasKit.MakeImageFromCanvasImageSource(
319317
(svg as JsiSkSVG).ref
320318
);

0 commit comments

Comments
 (0)