mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Removed some DumpJson() from the trace logs.
This commit is contained in:
parent
20a18c516b
commit
0ed75f163f
5 changed files with 10 additions and 48 deletions
|
@ -87,16 +87,11 @@ namespace PlexRequests.UI.Helpers
|
|||
qualityId = sickRageSettings.QualityProfile;
|
||||
}
|
||||
|
||||
Log.Trace("Calling `AddSeries` with the following settings:");
|
||||
Log.Trace(sickRageSettings.DumpJson());
|
||||
Log.Trace("And the following `model`:");
|
||||
Log.Trace(model.DumpJson());
|
||||
var apiResult = SickrageApi.AddSeries(model.ProviderId, model.SeasonCount, model.SeasonList, qualityId,
|
||||
sickRageSettings.ApiKey, sickRageSettings.FullUri);
|
||||
sickRageSettings.ApiKey, sickRageSettings.FullUri);
|
||||
|
||||
var result = apiResult.Result;
|
||||
Log.Trace("SickRage Add Result: ");
|
||||
Log.Trace(result.DumpJson());
|
||||
|
||||
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue