Skip to content

Commit

Permalink
remove useless/wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Weibel committed Mar 29, 2019
1 parent 4b58aed commit a3c89bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/rokka/cli/sourceimages_batch.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@ func executeBatchCmd(c *rokka.Client, options batch.Options, w batch.Writer, r b
bar.NotPrint = true
}

// Scan folders and files
// FIXME: error handling
go func() {
if err := batch.ReadImages(c, images, r, bar); err != nil {
logger.Errorf("Error reading images: %s", err)
Expand Down

0 comments on commit a3c89bd

Please sign in to comment.