removed print statement
This commit is contained in:
@@ -2642,7 +2642,6 @@ def workout_stats_view(request,id=0,message="",successmessage=""):
|
|||||||
fields = StrokeData._meta.get_fields()
|
fields = StrokeData._meta.get_fields()
|
||||||
|
|
||||||
fielddict = {field.name:field.verbose_name for field in fields}
|
fielddict = {field.name:field.verbose_name for field in fields}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
fielddict.pop('workoutid')
|
fielddict.pop('workoutid')
|
||||||
|
|||||||
Reference in New Issue
Block a user