mirror of
https://github.com/idanlib/ObsidianFastForwardLinkPlugin.git
synced 2026-07-22 11:30:28 +00:00
improvements - remove log
This commit is contained in:
parent
03f6af966f
commit
cd09e45843
1 changed files with 0 additions and 2 deletions
2
main.ts
2
main.ts
|
|
@ -110,8 +110,6 @@ export default class RedirectPlugin extends Plugin {
|
|||
private async moveRedirectNote(
|
||||
redirectingNote: TFile | null
|
||||
): Promise<TFile | void> {
|
||||
console.log("redirectingNote: ", redirectingNote);
|
||||
|
||||
if (!redirectingNote) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue