Skip to content

Commit

Permalink
Remove duplicate log line
Browse files Browse the repository at this point in the history
  • Loading branch information
m90 committed Feb 8, 2024
1 parent abfeb93 commit 58d417d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/backup/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,6 @@ func (c *command) runInForeground() error {
if err != nil {
return fmt.Errorf("runInForeground: error adding jobs from conf files: %w", err)
}
c.logger.Info(
fmt.Sprintf("Successfully scheduled backup with expression %s", config.BackupCronExpression),
)
}
}

Expand Down

0 comments on commit 58d417d

Please sign in to comment.