Removed some commented out code.

This commit is contained in:
Andy Butland
2021-03-15 17:19:18 +01:00
parent b52f437c4f
commit 622127c19f

View File

@@ -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(