mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
removed print call
This commit is contained in:
parent
10d4fb327a
commit
6fa024b773
1 changed files with 0 additions and 1 deletions
|
@ -235,7 +235,6 @@ def get_module_posix(file_name):
|
|||
def get_module(file_name):
|
||||
if os.name == 'nt':
|
||||
return get_module_windows(file_name)
|
||||
print "file_name =", file_name
|
||||
return get_module_posix(file_name)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue