Skip to content

Commit 83e2b36

Browse files
committed
Remove debug output
A number is printed every time Sphinx runs into a subfigure in the build process. This appears as verbose, and can be confusing without further context.
1 parent f5313af commit 83e2b36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sphinx_subfigure/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ def run(self) -> list[nodes.Element]:
9090
f"item {idx + 1} is neither (line {child.line})"
9191
)
9292

93-
print(number_of_images)
9493
layout_string = self.arguments[0] if self.arguments else 1
9594
figure_node["layout"] = {}
9695
figure_node["layout"]["default"] = self.generate_layout(

0 commit comments

Comments
 (0)