mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-11 23:31:03 +00:00
Remove random seed call that was accidentally committed
This commit is contained in:
parent
07133c7809
commit
8258ffbea4
1 changed files with 0 additions and 2 deletions
|
|
@ -53,8 +53,6 @@ func init() {
|
|||
if BuildTime == "" {
|
||||
BuildTime = "not recorded"
|
||||
}
|
||||
|
||||
rand.Seed(time.Now().UTC().UnixNano())
|
||||
}
|
||||
|
||||
func main() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue