Remove exception logging and finish LogWarning
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user