Skip to content

Commit

Permalink
remove commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
consolethinks committed Aug 26, 2024
1 parent 836d1f0 commit 42f6368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/commands/datasetIngestor.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 42f6368

Please sign in to comment.