Skip to content

Commit

Permalink
Found more console lines to remove.
Browse files Browse the repository at this point in the history
  • Loading branch information
natefrisch01 committed Jan 12, 2024
1 parent 077e87c commit 1b4ac82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion linkManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,8 @@ export class LinkManager {
}
break;
default:
console.warn("Link type from Obsidian not in recognized format.");
//metadata is not a link, return null
return null;
}
}
return null;
Expand Down

0 comments on commit 1b4ac82

Please sign in to comment.