remove unneeded comments

This commit is contained in:
Jared Dillard
2025-05-16 01:21:05 -07:00
parent d496591903
commit b51f3b099a
-2
View File
@@ -74,8 +74,6 @@ class LLMSFullManager:
if toctree:
from docutils import nodes
# Use findall() instead of traverse() to avoid deprecation warning
# Convert generator to list for iteration
for node in list(toctree.findall(nodes.reference)):
if "refuri" in node.attributes:
refuri = node.attributes["refuri"]