Skip to content

Commit 38f37fd

Browse files
committed
Removed Debug stuff
1 parent a066569 commit 38f37fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

LinkDotNet.Blog.Web/Pages/BlogPostPage.razor

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858

5959
protected override async Task OnInitializedAsync()
6060
{
61-
await Task.Delay(10000);
6261
BlogPost = await blogPostRepository.GetByIdAsync(BlogPostId);
6362
}
6463

0 commit comments

Comments
 (0)