Skip to content

Commit

Permalink
Update transform_files.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaMan123 committed Oct 31, 2022
1 parent daf443f commit 781fe55
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/transform_files.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ function transformClass(type, raw, options = {}) {
const superTransforms = [];
walk.simple(methodAST, {
CallExpression(node) {
console.log(node);
if (
node.callee.object?.type === 'ThisExpression' &&
node.callee.property?.name === 'callSuper'
Expand Down Expand Up @@ -370,7 +369,6 @@ function transformClass(type, raw, options = {}) {
});

staticMethods.forEach(({ key, value, comment }) => {
// console.log(printNode(comment));
classBody.push(
(comment ? printNode(comment) : '') +
'\n' +
Expand Down

0 comments on commit 781fe55

Please sign in to comment.