Skip to content

Commit 03ec234

Browse files
committed
Remove redundant code
1 parent effe888 commit 03ec234

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Elastic.Markdown/IO/DocumentationSet.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,6 @@ public DocumentationSet(
213213

214214
try
215215
{
216-
// First ensure links are fetched - this is essential for resolving links properly
217-
_ = LinkResolver.FetchLinks(new Cancel()).GetAwaiter().GetResult();
218-
219216
NavigationCrossLinkValidator.ValidateNavigationCrossLinksAsync(
220217
Tree,
221218
LinkResolver,

0 commit comments

Comments
 (0)