We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44abaec commit fb5a06dCopy full SHA for fb5a06d
1 file changed
myst_nb/ext/glue/crossref.py
@@ -75,7 +75,6 @@ def apply(self, **kwargs):
75
if node.gtype == "text":
76
_nodes = generate_text_nodes(node, output)
77
else:
78
- print("asdasg", self.app.builder.imagedir)
79
_nodes = generate_any_nodes(
80
node,
81
output,
0 commit comments