Skip to content

Commit

Permalink
delete commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
0xalpharush committed Aug 31, 2023
1 parent f7ef484 commit 4b10a0f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions slither/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4b10a0f

Please sign in to comment.