Skip to content

Commit 3ae660c

Browse files
committed
samples: Remove unneeded log
1 parent 46bb4fd commit 3ae660c

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

samples/Basic/Pages/Example2.cshtml.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ public Example2Model(
3030

3131
public async Task OnGet(int? after, int? before, bool first = false, bool last = false)
3232
{
33-
HttpContext.RequestServices.GetService<ILogger<Example2Model>>().LogInformation("New request...");
34-
3533
var size = 20;
3634

3735
var keysetBuilderAction = (KeysetPaginationBuilder<User> b) =>

samples/Basic/Pages/Index.cshtml.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ public IndexModel(
3030

3131
public async Task OnGet(int? after, int? before, bool first = false, bool last = false)
3232
{
33-
HttpContext.RequestServices.GetService<ILogger<Example2Model>>().LogInformation("New request...");
34-
3533
var size = 20;
3634

3735
var keysetBuilderAction = (KeysetPaginationBuilder<User> b) =>

0 commit comments

Comments
 (0)