mirror of
https://github.com/3b1b/manim.git
synced 2026-04-26 03:00:23 -04: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