From 3cbbe14f56c5577c76150c771b5e26edc787593b Mon Sep 17 00:00:00 2001 From: consolethinks Date: Mon, 26 Aug 2024 12:05:03 +0200 Subject: [PATCH] remove commented line --- cmd/commands/datasetIngestor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/commands/datasetIngestor.go b/cmd/commands/datasetIngestor.go index ed78c3e..85f55f0 100644 --- a/cmd/commands/datasetIngestor.go +++ b/cmd/commands/datasetIngestor.go @@ -423,7 +423,7 @@ For Windows you need instead to specify -user username:password on the command l log.Printf("Number of datasets not stored because of too many files:%v\nPlease note that this will cancel any subsequent archive steps from this job !\n", tooLargeDatasets) } color.Unset() - //datasetIngestor.PrintFileInfos() // TODO: move this into cmd portion + // print file statistics if skippedLinks > 0 { color.Set(color.FgYellow)