removed print call

This commit is contained in:
Ben Hambrecht
2018-05-09 20:24:22 +02:00
parent 10d4fb327a
commit 6fa024b773

View File

@ -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)