Skip to content

Commit 1b4ac82

Browse files
committed
Found more console lines to remove.
1 parent 077e87c commit 1b4ac82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

linkManager.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,8 @@ export class LinkManager {
225225
}
226226
break;
227227
default:
228-
console.warn("Link type from Obsidian not in recognized format.");
228+
//metadata is not a link, return null
229+
return null;
229230
}
230231
}
231232
return null;

0 commit comments

Comments
 (0)