diff --git a/mythril/analysis/modules/exceptions.py b/mythril/analysis/modules/exceptions.py index 387a1975..a6ad6f27 100644 --- a/mythril/analysis/modules/exceptions.py +++ b/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: