Skip to content

Commit

Permalink
phan
Browse files Browse the repository at this point in the history
  • Loading branch information
zaliqarosli committed Jan 24, 2022
1 parent ddba16f commit ab9a4bf
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ class Instrument extends Endpoint implements \LORIS\Middleware\ETagCalculator
}

try {
$instrumentname = $this->_instrument->testName;
$this->_instrument->clearInstrument();
$this->_instrument->_saveValues($data['Data']);
$this->_instrument->score();
Expand Down Expand Up @@ -220,7 +219,6 @@ class Instrument extends Endpoint implements \LORIS\Middleware\ETagCalculator
}

try {
$instrumentname = $this->_instrument->testName;
$this->_instrument->_saveValues($data['Data']);
$this->_instrument->score();
$this->_instrument->updateRequiredElementsCompletedFlag();
Expand Down

0 comments on commit ab9a4bf

Please # to comment.