removed leftover comment

This commit is contained in:
merlinmarijn 2025-03-03 23:04:43 +01:00
parent 8df05d7e8a
commit ed3ca5dba8

View File

@ -82,8 +82,6 @@ public class Manganato : MangaConnector
string sortName = infoNode.Descendants("h1").First().InnerText;
//HtmlNode infoTable = infoNode.Descendants().First(d => d.Name == "table");
foreach (HtmlNode li in infoNode.Descendants("li"))
{
string text = li.InnerText.Trim().ToLower();