Remove debug code in CleanupQualityProfileFormatItems
This commit is contained in:
parent
f05e109b50
commit
faccfe17a2
|
@ -23,7 +23,6 @@ namespace NzbDrone.Core.Housekeeping.Housekeepers
|
|||
|
||||
public void Clean()
|
||||
{
|
||||
var test = _customFormatRepository.All();
|
||||
var customFormats = _customFormatRepository.All().ToDictionary(c => c.Id);
|
||||
var profiles = _repository.All();
|
||||
var updatedProfiles = new List<QualityProfile>();
|
||||
|
|
Loading…
Reference in New Issue