diff --git a/Sample/EventStoreDB/Simple/ECommerce.Core/Subscriptions/EventStoreDBSubscriptionToAll.cs b/Sample/EventStoreDB/Simple/ECommerce.Core/Subscriptions/EventStoreDBSubscriptionToAll.cs index a8527f7f4..3e21b7741 100644 --- a/Sample/EventStoreDB/Simple/ECommerce.Core/Subscriptions/EventStoreDBSubscriptionToAll.cs +++ b/Sample/EventStoreDB/Simple/ECommerce.Core/Subscriptions/EventStoreDBSubscriptionToAll.cs @@ -101,8 +101,6 @@ private async Task HandleEvent(StreamSubscription subscription, ResolvedEvent re { logger.LogError("Error consuming message: {ExceptionMessage}{ExceptionStackTrace}", e.Message, e.StackTrace); - - throw; } }