mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-29 18:14:28 -04:00
Removed redundant logging.
This commit is contained in:
@@ -180,8 +180,6 @@ namespace NzbDrone.Core.Download.Clients.Nzbget
|
||||
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 @@ namespace NzbDrone.Core.Download.Clients.Sabnzbd
|
||||
throw new DownloadClientException("Unable to connect to SABnzbd, please check your settings", ex);
|
||||
}
|
||||
|
||||
_logger.Trace("Response: {0}", response.Content);
|
||||
|
||||
CheckForError(response);
|
||||
|
||||
return response.Content;
|
||||
|
||||
Reference in New Issue
Block a user