Remove exception logging and finish LogWarning

This commit is contained in:
Nikolaj
2020-09-14 14:10:19 +02:00
parent db4652c0be
commit 161061dbbc
31 changed files with 84 additions and 261 deletions

View File

@@ -27,7 +27,7 @@ namespace Umbraco.Extensions
}
catch (Exception ex)
{
Current.Logger.LogError(typeof(ImageCropperTemplateExtensions), ex, "Could not parse the json string: {Json}", json);
Current.Logger.LogError(ex, "Could not parse the json string: {Json}", json);
}
}