Private
Public Access
1
0

removing x_right in a couple of places

This commit is contained in:
Sander Roosendaal
2019-11-11 17:35:25 +01:00
parent 2294603129
commit 26fbf49946

View File

@@ -3030,7 +3030,6 @@ strokedatafields = {
'hr_an':models.IntegerField(null=True),
'hr_max':models.IntegerField(null=True),
'hr_bottom':models.IntegerField(null=True),
'x_right':models.FloatField(null=True),
'ergpace':models.FloatField(null=True),
'nowindpace':models.FloatField(null=True),
'equivergpower':models.FloatField(null=True),