Removes crytic.io notice

pull/908/head
Noah Litvin 3 years ago committed by GitHub
parent b3e1bbbdfc
commit 889d537dda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      slither/__main__.py

@ -777,12 +777,6 @@ def main_impl(all_detector_classes, all_printer_classes):
len(detector_classes), len(detector_classes),
len(results_detectors), len(results_detectors),
) )
logger.info(
blue(
"Use https://crytic.io/ to get access to additional detectors and Github integration"
)
)
if args.ignore_return_value: if args.ignore_return_value:
return return

Loading…
Cancel
Save