python: comment out a debug code

This commit is contained in:
Nguyen Anh Quynh 2016-12-04 20:46:52 +07:00
parent 4613580e07
commit bd339533ca
1 changed files with 1 additions and 1 deletions

View File

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