mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-17 21:26:13 -04:00
Remove debug code in CleanupQualityProfileFormatItems
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user