From 329feaa52d3cd51238a83b2f533a82af4324f533 Mon Sep 17 00:00:00 2001 From: "Ali R. Vahdati" Date: Mon, 26 Feb 2024 15:23:23 +0100 Subject: [PATCH] Remove a comment --- cmd/datasetIngestor/main_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/datasetIngestor/main_test.go b/cmd/datasetIngestor/main_test.go index ed930fa..0270d23 100644 --- a/cmd/datasetIngestor/main_test.go +++ b/cmd/datasetIngestor/main_test.go @@ -4,7 +4,6 @@ import ( "bytes" "os" "testing" - // "flag" ) // TestMainHelp is a test function that verifies the output of the main function.