Remove logging of error on decoding traffic details
This commit is contained in:
@@ -366,7 +366,7 @@ func (rd *RealDebrid) GetTrafficDetails(token string) (map[string]uint64, error)
|
||||
var trafficDetails TrafficDetails
|
||||
err = json.NewDecoder(resp.Body).Decode(&trafficDetails)
|
||||
if err != nil {
|
||||
rd.log.Errorf("Error when decoding traffic details JSON: %v", err)
|
||||
// rd.log.Errorf("Error when decoding traffic details JSON: %v", err)
|
||||
return nil, err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user