Skip to content

Commit

Permalink
removing debug println
Browse files Browse the repository at this point in the history
  • Loading branch information
drocamor committed Feb 19, 2014
1 parent 7f8ece4 commit 1d07b6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ func onEC2() bool {
loc = &location{}
}
if !(loc.checked) {
fmt.Println("Checking location...")
c, err := net.DialTimeout("tcp", "169.254.169.254:80", time.Second)

if err != nil {
Expand Down

0 comments on commit 1d07b6a

Please sign in to comment.