mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-08 14:10:50 -07:00
Stop dumping out the settings to the log.
This commit is contained in:
parent
166e0f81cf
commit
a728becc32
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue