Skip to content

Commit

Permalink
message if daily note was not found for #bind
Browse files Browse the repository at this point in the history
  • Loading branch information
dromse committed Jul 31, 2024
1 parent 4c29e6f commit 1c4ae84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ export async function operateYAMLBinding(
if (cache && task.bind && cache.frontmatter) {
yamlPropertyValue = cache.frontmatter[task.bind];
}

console.log(yamlPropertyValue);
} else {
new Notice(`'${dailyNotePath}' was not found for binding property '${task.bind}'`)
}

if (task.counter && previousTaskState.counter) {
Expand Down

0 comments on commit 1c4ae84

Please sign in to comment.