From 622127c19f746720ec2e61b1c0602228c9ab0e53 Mon Sep 17 00:00:00 2001 From: Andy Butland Date: Mon, 15 Mar 2021 17:19:18 +0100 Subject: [PATCH] Removed some commented out code. --- .../Services/Implement/CacheInstructionService.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Umbraco.Infrastructure/Services/Implement/CacheInstructionService.cs b/src/Umbraco.Infrastructure/Services/Implement/CacheInstructionService.cs index 31263150fb..0968c3897c 100644 --- a/src/Umbraco.Infrastructure/Services/Implement/CacheInstructionService.cs +++ b/src/Umbraco.Infrastructure/Services/Implement/CacheInstructionService.cs @@ -308,11 +308,6 @@ namespace Umbraco.Cms.Core.Services.Implement return result; } - //catch (ThreadAbortException ex) - //{ - // //This will occur if the instructions processing is taking too long since this is occurring on a request thread. - // // Or possibly if IIS terminates the appdomain. In any case, we should deal with this differently perhaps... - //} catch (Exception ex) { _logger.LogError(