Skip to content

Commit dd7994a

Browse files
committed
Remove debugging
1 parent a0b6686 commit dd7994a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/LinkDotNet.Blog.Web/Features/Admin/Dashboard/Components/VisitCountPerPage.razor

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
Likes = gp.FirstOrDefault().bp.Likes,
6666
ClickCount = gp.Count()
6767
};
68-
var sql = query.ToQueryString();
6968
visitData = await query.ToListAsync();
7069
}
7170

0 commit comments

Comments
 (0)