Skip to content

Commit 957c3a8

Browse files
committed
Remove comment
1 parent 11ac2b8 commit 957c3a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ If certain URLs should be ignored, you can use the `IgnoreSuggestionsUrlRegexPat
167167
services.AddNotFoundHandler(o =>
168168
{
169169
o.IgnoreSuggestionsUrlRegexPattern = @"^(https?:\/\/[^\/]+)?\/(api|episerverapi|globalassets|siteassets)";
170-
// The first group in this pattern is common if LogWithHostname is set to true
171170
});
172171
```
173172

0 commit comments

Comments
 (0)