From 8bcd58094840b9eafff190ad7fb5e85c258a0fcf Mon Sep 17 00:00:00 2001 From: serpilliere Date: Thu, 10 Jul 2014 13:22:11 +0200 Subject: Arch: remove debug output --- miasm2/core/cpu.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'miasm2/core/cpu.py') diff --git a/miasm2/core/cpu.py b/miasm2/core/cpu.py index 41e5b4f6..2d52eac0 100644 --- a/miasm2/core/cpu.py +++ b/miasm2/core/cpu.py @@ -1385,8 +1385,7 @@ class cls_mn(object): if len(out) == 0: raise ValueError('cannot fromstring %r' % s) if len(out) != 1: - log.warning('fromstring multiple args ret default') - # raise ValueError("cannot parse %r (%d cand)"%(s, len(out))) + log.debug('fromstring multiple args ret default') c = out[0] c_args = out_args[0] -- cgit 1.4.1