Skip to content

Commit

Permalink
Get rid of unhelpful warnings when running out of fraction precission
Browse files Browse the repository at this point in the history
  • Loading branch information
frostburn committed Dec 21, 2023
1 parent 18e7339 commit 177d4c8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/interval.ts
Original file line number Diff line number Diff line change
Expand Up @@ -515,8 +515,6 @@ export class Interval {
if (options.forbidMonzo) {
return cents();
}
} else {
console.warn('Failed to represent ratio line. Falling back.');
}
}

Expand All @@ -538,10 +536,6 @@ export class Interval {
if (options.forbidMonzo) {
return cents();
}
} else {
console.warn(
'Failed to represent equal temperament line. Falling back.'
);
}
}

Expand Down

0 comments on commit 177d4c8

Please sign in to comment.