mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 19:46:21 +08:00
removed print call
This commit is contained in:
@ -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)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user