removed debug logs

This commit is contained in:
Flaminel
2025-02-21 22:18:02 +02:00
parent fbe6ebaa6b
commit f91e85651f
2 changed files with 2 additions and 7 deletions
@@ -353,6 +353,8 @@ public class QBitService : DownloadService, IQBitService
continue;
}
_logger.LogInformation("no hardlinks found | changing category for {name}", download.Name);
await ((QBitService)Proxy).ChangeCategory(download.Hash, _downloadCleanerConfig.NoHardlinksCategory);
await _notifier.NotifyCategoryChanged(download.Category, _downloadCleanerConfig.NoHardlinksCategory);
}