Merge branch 'develop' into refactor_integer_module

pull/1067/head
Bernhard Mueller 6 years ago
commit 696c51d531
  1. 2
      mythril/analysis/modules/exceptions.py

@ -18,8 +18,6 @@ def _analyze_state(state) -> list:
:param state:
:return:
"""
log.info("Exceptions module: found ASSERT_FAIL instruction")
log.debug("ASSERT_FAIL in function " + state.environment.active_function_name)
try:

Loading…
Cancel
Save