Remove random seed call that was accidentally committed

This commit is contained in:
Cody Soyland 2017-02-17 16:55:01 -06:00
parent 07133c7809
commit 8258ffbea4

View file

@ -53,8 +53,6 @@ func init() {
if BuildTime == "" {
BuildTime = "not recorded"
}
rand.Seed(time.Now().UTC().UnixNano())
}
func main() {