Skip to content

Commit

Permalink
Removes debug console code
Browse files Browse the repository at this point in the history
  • Loading branch information
lynchjames committed Aug 28, 2023
1 parent 6d8d96e commit aa7729a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ export default class WritingGoals extends Plugin {
}
noteGoals.set(notes);
if(requiresGoalLabelUpdate){
console.log(requiresGoalLabelUpdate);
await this.fileLabels.initFileLabels(pathForLabel);
}
}
Expand Down

0 comments on commit aa7729a

Please sign in to comment.