mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
Removed redundant logging.
This commit is contained in:
parent
8a6d1ef373
commit
ac14444d34
@ -180,8 +180,6 @@ private T ProcessRequest<T>(NzbgetSettings settings, string method, params objec
|
||||
throw new DownloadClientException("Unable to connect to NzbGet. " + ex.Message, ex);
|
||||
}
|
||||
|
||||
_logger.Trace("Response: {0}", response.Content);
|
||||
|
||||
var result = Json.Deserialize<JsonRpcResponse<T>>(response.Content);
|
||||
|
||||
if (result.Error != null)
|
||||
|
@ -175,8 +175,6 @@ private string ProcessRequest(HttpRequestBuilder requestBuilder, SabnzbdSettings
|
||||
throw new DownloadClientException("Unable to connect to SABnzbd, please check your settings", ex);
|
||||
}
|
||||
|
||||
_logger.Trace("Response: {0}", response.Content);
|
||||
|
||||
CheckForError(response);
|
||||
|
||||
return response.Content;
|
||||
|
Loading…
Reference in New Issue
Block a user