Skip to content

Commit 550f633

Browse files
committed
cleanup
1 parent cf15c8d commit 550f633

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/Components/Components/src/RenderTree/Renderer.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -541,10 +541,6 @@ public virtual Task DispatchEventAsync(ulong eventHandlerId, EventFieldInfo? fie
541541
// Since the task has yielded - process any queued rendering work before we return control
542542
// to the caller.
543543
ProcessPendingRender();
544-
545-
//callback.Receiver
546-
//callback.Delegate.Method.
547-
548544
}
549545

550546
// Task completed synchronously or is still running. We already processed all of the rendering

src/Components/Endpoints/src/RazorComponentEndpointInvoker.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ public RazorComponentEndpointInvoker(EndpointHtmlRenderer renderer, ILogger<Razo
3030

3131
public Task Render(HttpContext context)
3232
{
33-
34-
3533
return _renderer.Dispatcher.InvokeAsync(() => RenderComponentCore(context));
3634
}
3735

0 commit comments

Comments
 (0)