Skip to content

Commit 13d35f2

Browse files
committed
remove debug log
1 parent e06f5c1 commit 13d35f2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pkg/source/mysqldump/backend_config_based.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ import (
66
"os"
77
"strings"
88

9-
"github.com/pkg/errors"
10-
log "github.com/sirupsen/logrus"
11-
129
"github.com/mittwald/brudi/pkg/cli"
10+
"github.com/pkg/errors"
1311
)
1412

1513
type ConfigBasedBackend struct {
@@ -44,7 +42,6 @@ func (b *ConfigBasedBackend) CreateBackup(ctx context.Context) error {
4442
Binary: binary,
4543
Args: cli.StructToCLI(b.cfg.Options),
4644
}
47-
log.Warnf("cmd: %+v", cmd)
4845
out, err := cli.Run(ctx, cmd)
4946
if err != nil {
5047
return errors.WithStack(fmt.Errorf("%+v - %s", err, out))

0 commit comments

Comments
 (0)