Skip to content

Commit cb5b77a

Browse files
committed
remove unused debug code
1 parent 945f72a commit cb5b77a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Elastic.Markdown/IO/MarkdownFile.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,6 @@ private void ReadDocumentInstructions(MarkdownDocument document)
176176
foreach (var t in contents)
177177
_tableOfContent[t.Slug] = t;
178178

179-
var inlineAnchros = document.Descendants<InlineAnchor>().ToList();
180-
181179
var anchors = document.Descendants<DirectiveBlock>()
182180
.Select(b => b.CrossReferenceName)
183181
.Where(l => !string.IsNullOrWhiteSpace(l))

0 commit comments

Comments
 (0)