Skip to content

Commit

Permalink
Drop workaround for progressbars when httpDebug is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
mstoykov committed Aug 25, 2020
1 parent c9d9fef commit 030f27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ func showProgress(
ctx context.Context, conf Config,
pbs []*pb.ProgressBar, logger *logrus.Logger,
) {
if quiet || conf.HTTPDebug.Valid && conf.HTTPDebug.String != "" {
if quiet {
return
}

Expand Down

0 comments on commit 030f27c

Please sign in to comment.