Skip to content

Commit

Permalink
Stop dumping env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Oct 10, 2017
1 parent 43881e0 commit c094e62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/scheduler/scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func (c *Scheduler) Setup() error {
if err != nil {
return err
}
c.resticCLI.DumpEnv()
// c.resticCLI.DumpEnv()
// ignore error but helps debug bad setup.
c.resticCLI.InitRepositoryIfAbsent()
c.initResticWatcher()
Expand Down Expand Up @@ -193,7 +193,7 @@ func (c *Scheduler) runOnce() (err error) {
if err != nil {
return err
}
c.resticCLI.DumpEnv()
// c.resticCLI.DumpEnv()

err = c.resticCLI.InitRepositoryIfAbsent()
if err != nil {
Expand Down

0 comments on commit c094e62

Please sign in to comment.