Skip to content

Commit 0426552

Browse files
committed
Whops
1 parent b51d3fe commit 0426552

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

manim/renderer/opengl_shader_program.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ def get_shader_code_from_file(filename: Path) -> str | None:
5454
result,
5555
flags=re.MULTILINE,
5656
)
57-
print(insertions)
5857
for line in insertions:
5958
include_path = line.strip().replace("#include", "")
6059
include_path = include_path.replace('"', "")

0 commit comments

Comments
 (0)