mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-03-30 20:16:52 +00:00
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')
|
#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
|
||||||
|
|
Loading…
Reference in a new issue