remove commented out line

This commit is contained in:
Cucumberrbob 2025-02-20 14:58:37 +00:00
parent 439b266946
commit 8e1f61472a
No known key found for this signature in database
GPG key ID: 2B935C47401C3614

View file

@ -248,7 +248,6 @@ public class AllDebridTorrentClient(ILogger<AllDebridTorrentClient> logger, IHtt
var allFiles = await GetClient().Magnet.FilesAsync(Int64.Parse(torrent.RdId));
var files = GetFiles(allFiles);
// torrent.RdFiles = JsonConvert.SerializeObject(files);
Log($"Getting download links", torrent);