Skip to content

Commit 38f26bc

Browse files
committed
Reduce logs
1 parent 95d2b2a commit 38f26bc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Elastic.Markdown/Links/InboundLinks/LinkIndexLinkChecker.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ public async Task CheckWithLocalLinksJson(IDiagnosticsCollector collector, strin
5757
if (string.IsNullOrEmpty(localLinksJson))
5858
throw new ArgumentNullException(nameof(repository));
5959

60-
_logger.LogInformation("Checking '{Repository}' with local '{LocalLinksJson}'", repository, localLinksJson);
61-
6260
if (!Path.IsPathRooted(localLinksJson))
6361
localLinksJson = Path.Combine(Paths.WorkingDirectoryRoot.FullName, localLinksJson);
6462

0 commit comments

Comments
 (0)