fix(cli): remove echo

This commit is contained in:
Jérome Eertmans
2024-08-27 13:50:44 +02:00
parent 59236b84db
commit 924d8210d9

View File

@ -12,8 +12,6 @@ def checkhealth() -> None:
click.echo(f"Python executable: {sys.executable}")
click.echo("Manim bindings:")
click.echo(f"Modules: {sys.modules.keys()}")
try:
from manim import __version__ as manimce_version