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 d5d7e34 commit dfcac7bCopy full SHA for dfcac7b
src/index.js
@@ -8,7 +8,6 @@ export default function afterEffectsJsx(options = {}) {
8
return {
9
name: "after-effects-jsx", // this name will show up in warnings and errors
10
transform(code, id) {
11
- console.log(code);
12
let ast;
13
try {
14
ast = this.parse(code);
0 commit comments