Stop displaying when writing is happening

This commit is contained in:
Grant Sanderson 2022-02-13 14:51:32 -08:00
parent 948620944b
commit 58e06e8f6b

View file

@ -36,7 +36,6 @@ class SingleStringTex(VMobject):
assert(isinstance(tex_string, str))
self.tex_string = tex_string
if tex_string not in tex_string_with_color_to_mob_map:
with display_during_execution(f" Writing \"{tex_string}\""):
full_tex = self.get_tex_file_body(tex_string)
filename = tex_to_svg_file(full_tex)
svg_mob = SVGMobject(