From bd339533ca9a1b7184b641d2f0f4823c4bf52ccd Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Sun, 4 Dec 2016 20:46:52 +0700 Subject: [PATCH] python: comment out a debug code --- bindings/python/unicorn/unicorn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/unicorn/unicorn.py b/bindings/python/unicorn/unicorn.py index 0a05f461..549aa8ea 100644 --- a/bindings/python/unicorn/unicorn.py +++ b/bindings/python/unicorn/unicorn.py @@ -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