mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-13 10:32:21 +02:00
Remove debug code in CleanupQualityProfileFormatItems
This commit is contained in:
parent
f05e109b50
commit
faccfe17a2
@ -23,7 +23,6 @@ public CleanupQualityProfileFormatItems(IQualityProfileFormatItemsCleanupReposit
|
||||
|
||||
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
Block a user