Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Newdea committed Jun 22, 2024
1 parent faac1d5 commit 47ae13f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/algorithms/balance/balance.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { Notice } from "obsidian";
import { RPITEMTYPE } from "src/dataStore/repetitionItem";

let dueDatesDict: { [type: string]: Record<number, number> };
Expand Down Expand Up @@ -70,7 +69,6 @@ export function balance(
if (isChange) {
const msg = `balance: interval from ${beforeIntvl} balance to ${interval} days.`;
console.debug(msg);
new Notice(msg);
} else {
interval = beforeIntvl;
}
Expand Down

0 comments on commit 47ae13f

Please sign in to comment.