Skip to content

Commit

Permalink
fix: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-engel committed Nov 30, 2023
1 parent 1c0063e commit c30f501
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/macros/src/glimmer/ast-transform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ export function makeFirstTransform(opts: FirstTransformParams) {
);
}
if (node.path.original === 'macroDependencySatisfies') {
console.log('parent', JSON.stringify(walker.parent, null, 2));
console.log('node', JSON.stringify(node, null, 2));
const staticValue = literal(
dependencySatisfies(node, opts.packageRoot, moduleName, packageCache),
env.syntax.builders
Expand Down

0 comments on commit c30f501

Please sign in to comment.