Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Jun 4, 2024
1 parent f52d64d commit 1992fb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/compiler/test/transforms/lazy-state.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ test('convert logical not', (t) => {

const transformed = transform(ast, [visitors]);
const { code } = print(transformed);
console.log(code);

t.is(code, 'get(state => !state.data.x)');
});

0 comments on commit 1992fb4

Please sign in to comment.