Skip to content

Commit

Permalink
chore: remove stray console.log
Browse files Browse the repository at this point in the history
@jonathanzong @arvind please check this
  • Loading branch information
domoritz authored Feb 11, 2025
1 parent 9325b67 commit 61d927c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/compile/scale/range.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,6 @@ describe('compile/scale', () => {
}
});

console.log(parseRangeForChannel('time', bandModel));
expect(parseRangeForChannel('time', bandModel)).toEqual(
makeImplicit({step: 1000 / defaultConfig.scale.framesPerSecond})
);
Expand Down

2 comments on commit 61d927c

@jonathanzong
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops. looks good, thanks

@domoritz
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for checking. Are the TODOs in the code still in your queue? Either way, could you document what needs to be done in an issue so that we have it tracked?

Please sign in to comment.