Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmiell committed Jun 16, 2017
1 parent ee02109 commit e47edc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shutit_exam.py
Expand Up @@ -170,7 +170,6 @@ def calculate_score(self):
stage.score = stage.score - (stage.score * stage.reduction_per_reset)
for item in range(0,stage.num_hints):
stage.score = stage.score - (stage.score * stage.reduction_per_hint)
# TODO: is time in seconds?
total_time = stage.end_time - stage.start_time
total_time -= stage.grace_period
if total_time > 0:
Expand Down

0 comments on commit e47edc3

Please sign in to comment.