Skip to content

Commit 0f9605c

Browse files
committed
Remove console.log
1 parent 9b8dbb9 commit 0f9605c

File tree

1 file changed

+0
-2
lines changed
  • packages/app/src/sandbox/eval/transpilers/svgr

1 file changed

+0
-2
lines changed

packages/app/src/sandbox/eval/transpilers/svgr/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ class SVGRTranspiler extends Transpiler {
2525

2626
const result = await svgrTransform(downloadedCode, state);
2727

28-
console.log(result);
29-
3028
return {
3129
transpiledCode: result,
3230
};

0 commit comments

Comments
 (0)