python: comment out a debug code
This commit is contained in:
parent
4613580e07
commit
bd339533ca
|
@ -68,7 +68,7 @@ def _load_lib(path):
|
|||
#print('SUCCESS')
|
||||
return dll
|
||||
except OSError as e:
|
||||
print('FAIL to load %s' %lib_file, e)
|
||||
#print('FAIL to load %s' %lib_file, e)
|
||||
return None
|
||||
|
||||
_uc = None
|
||||
|
|
Loading…
Reference in New Issue