Skip to content

Commit

Permalink
Removes comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cayb0rg committed Feb 21, 2023
1 parent 594bc1c commit 3d55741
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/_score/score_module.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ class Score_Modules_Hangman extends Score_Module

public function check_answer($log)
{
// get qset once for options
// if (empty($this->inst->qset)) $this->inst->get_qset($this->inst->id);

$wrong_limit = $this->inst->qset->data['options']['attempts'];
$is_partial = $this->inst->qset->data['options']['partial'];

Expand Down

0 comments on commit 3d55741

Please sign in to comment.