From 9ecea2d83ab51972a3a7ce0cc0ee10f6d573d689 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Tue, 28 Sep 2021 08:59:23 +0300 Subject: [PATCH] Update TodoEventHandler.cs --- test/DistEvents/DistDemoApp.Shared/TodoEventHandler.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/DistEvents/DistDemoApp.Shared/TodoEventHandler.cs b/test/DistEvents/DistDemoApp.Shared/TodoEventHandler.cs index c7fd43aea3..7a69ceed1e 100644 --- a/test/DistEvents/DistDemoApp.Shared/TodoEventHandler.cs +++ b/test/DistEvents/DistDemoApp.Shared/TodoEventHandler.cs @@ -41,8 +41,6 @@ namespace DistDemoApp } Console.WriteLine("Increased total count: " + todoSummary); - - //throw new ApplicationException("Thrown to rollback the UOW!"); } public async Task HandleEventAsync(EntityDeletedEto eventData)