Skip to content

Commit 5371cdb

Browse files
committed
Removed debug code.
1 parent 18f96a9 commit 5371cdb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

manim/mobject/svg/svg_mobject.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,6 @@ def generate_mobject(self) -> None:
199199
new_tree = self.modify_xml_tree(element_tree) # type: ignore[arg-type]
200200
# Create a temporary svg file to dump modified svg to be parsed
201201
modified_file_path = file_path.with_name(f"{file_path.stem}_{file_path.suffix}")
202-
print("modified_file_path")
203-
print(modified_file_path)
204202
new_tree.write(modified_file_path)
205203

206204
svg = se.SVG.parse(modified_file_path)

0 commit comments

Comments
 (0)