Revert "Fix normalisation not actually happening in users/full"

This reverts commit ef14f027b7.
This commit is contained in:
Howl 2016-05-18 18:00:39 +02:00
parent 52e1fa09ca
commit de2aeb338b
1 changed files with 0 additions and 5 deletions

View File

@ -231,11 +231,6 @@ LIMIT 1
r.RegisteredOn = time.Unix(registeredOn, 0)
r.LatestActivity = time.Unix(latestActivity, 0)
r.STD = r.STD.Normalise()
r.Taiko = r.Taiko.Normalise()
r.CTB = r.CTB.Normalise()
r.Mania = r.Mania.Normalise()
for _, m := range []*modeData{&r.STD, &r.Taiko, &r.CTB, &r.Mania} {
m.Level = ocl.GetLevelPrecise(int64(m.TotalScore))
}