From a634653157d1ed88a7e0292126a882397c5ab2d3 Mon Sep 17 00:00:00 2001 From: Alex Roan Date: Thu, 12 Dec 2024 18:38:48 +0000 Subject: [PATCH] remove comment --- aderyn_core/src/report/json_printer.rs | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/aderyn_core/src/report/json_printer.rs b/aderyn_core/src/report/json_printer.rs index e742a7e6d..4169c744d 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,