Skip to content

Commit

Permalink
Remove left-behind console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
reosarevok committed Jan 10, 2025
1 parent c3702f7 commit 1ebc89a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion root/cdtoc/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export function isPerfectMatch(
medium: MediumT,
cdToc: CDTocT,
): boolean {
console.log(medium);
const mediumLengths = medium.cdtoc_track_lengths;
if (!mediumLengths) {
throw new Error('cdtoc_track_lengths were not loaded');
Expand Down

0 comments on commit 1ebc89a

Please sign in to comment.