diff --git a/aderyn_core/src/report/json_printer.rs b/aderyn_core/src/report/json_printer.rs index e742a7e6..4169c744 100644 --- a/aderyn_core/src/report/json_printer.rs +++ b/aderyn_core/src/report/json_printer.rs @@ -24,17 +24,6 @@ pub struct JsonContent { pub struct JsonPrinter; -/** - * JSON should mimick MD - { - "files_summary": {...}, - "files_details": {...}, - "issue_summary": {...}, - "high_issues": {...}, - ... - } -*/ - impl ReportPrinter<()> for JsonPrinter { fn print_report( &self,