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

View file

@ -68,7 +68,7 @@ def _load_lib(path):
#print('SUCCESS') #print('SUCCESS')
return dll return dll
except OSError as e: except OSError as e:
print('FAIL to load %s' %lib_file, e) #print('FAIL to load %s' %lib_file, e)
return None return None
_uc = None _uc = None