Skip to content

Commit

Permalink
remove excessive logging
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Rubin <jrubin@zvelo.com>
  • Loading branch information
Joshua Rubin committed Apr 9, 2015
1 parent e1b97d1 commit c2ae211
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions envetcd.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package envetcd
import (
"bytes"
"errors"
"log"
"net/url"
"os"
"regexp"
Expand Down Expand Up @@ -222,6 +221,5 @@ func addKeyPair(config *Config, keyPairs KeyPairs, dir string, node *etcd.Node)
key = strings.ToUpper(key)
}

log.Printf("[DEBUG] Adding keyPairs[%v] = %v", key, node.Value)
keyPairs[key] = node.Value
}

0 comments on commit c2ae211

Please sign in to comment.