mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
shizaproject: removed debugging logging (#9901)
This commit is contained in:

committed by
GitHub

parent
76e17a5b82
commit
92ab804cbc
@@ -173,7 +173,6 @@ namespace Jackett.Common.Indexers
|
||||
release.PublishDate = DateTime.Parse(tr.QuerySelector("time.torrent-time").Text());
|
||||
release.Size = getReleaseSize(tr);
|
||||
release.Guid = new Uri(uri.ToString() + tr_id);
|
||||
logger.Info(release.Guid);
|
||||
releases.Add(release);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user