mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-30 04:03:27 +08:00
Remove debugging text
This commit is contained in:
@@ -35,7 +35,6 @@ def _load_library(libname, loader_path):
|
||||
for ln in libname_ext:
|
||||
try:
|
||||
libpath = os.path.join(libdir, ln)
|
||||
print("Trying to load ", libpath)
|
||||
if sys.platform == 'win32':
|
||||
return ctypes.windll[libpath]
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user