Stop dumping out the settings to the log.

pull/284/head
tidusjar 9 years ago
parent 166e0f81cf
commit a728becc32

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

Loading…
Cancel
Save