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 9b8dbb9 commit 0f9605cCopy full SHA for 0f9605c
packages/app/src/sandbox/eval/transpilers/svgr/index.js
@@ -25,8 +25,6 @@ class SVGRTranspiler extends Transpiler {
25
26
const result = await svgrTransform(downloadedCode, state);
27
28
- console.log(result);
29
-
30
return {
31
transpiledCode: result,
32
};
0 commit comments