remove commented line

This commit is contained in:
Josh Baker 2017-12-22 07:17:19 -07:00
parent 09641abb33
commit 62ee2064df
1 changed files with 0 additions and 1 deletions

View File

@ -1275,7 +1275,6 @@ func randomObjectOrArray(keys []string, prefix string, array bool, depth int) (s
}
func randomJSON() (json string, keys []string) {
//rand.Seed(time.Now().UnixNano())
return randomObjectOrArray(nil, "", false, 0)
}