mirror of
https://github.com/offen/docker-volume-backup.git
synced 2025-09-13 18:04:23 +08:00
Remove stray log statement
This commit is contained in:
parent
9a1e885138
commit
34878cc082
1 changed files with 0 additions and 2 deletions
|
@ -89,7 +89,6 @@ func newScript(c *Config, envVars map[string]string) (*script, func() error, err
|
|||
} else {
|
||||
_ = os.Setenv(currentKey, currentVal)
|
||||
}
|
||||
s.logger.Info(fmt.Sprintf("unset %v: %v", currentKey, currentVal))
|
||||
}(key, currentVal, currentOk)
|
||||
|
||||
if err := os.Setenv(key, value); err != nil {
|
||||
|
@ -99,7 +98,6 @@ func newScript(c *Config, envVars map[string]string) (*script, func() error, err
|
|||
err,
|
||||
)
|
||||
}
|
||||
s.logger.Info(fmt.Sprintf("set %v: %v", key, value))
|
||||
}
|
||||
s.registerHook(hookLevelPlumbing, func(error) error {
|
||||
s.stats.EndTime = time.Now()
|
||||
|
|
Loading…
Add table
Reference in a new issue