Stop dumping out the settings to the log.

This commit is contained in:
tidusjar 2016-05-27 15:18:27 +01:00
parent 166e0f81cf
commit a728becc32

View file

@ -481,8 +481,7 @@ namespace PlexRequests.UI.Modules
{
return Response.AsJson(valid.SendJsonError());
}
Log.Trace(settings.DumpJson());
var result = EmailService.SaveSettings(settings);
if (settings.Enabled)