delete commented out code

pull/2099/head
alpharush 1 year ago
parent f7ef48401e
commit 4b10a0fa18
  1. 6
      slither/__main__.py

@ -870,12 +870,6 @@ def main_impl(
logging.error(red(output_error))
logging.error("Please report an issue to https://github.com/crytic/slither/issues")
# except Exception: # pylint: disable=broad-except
# output_error = traceback.format_exc()
# traceback.print_exc()
# logging.error(f"Error in {args.filename}") # pylint: disable=logging-fstring-interpolation
# logging.error(output_error)
# If we are outputting JSON, capture the redirected output and disable the redirect to output the final JSON.
if outputting_json:
if "console" in args.json_types:

Loading…
Cancel
Save