Minor - Remove logging in READING_SPEED question type and finetune display - refs #1896

pull/2487/head
Yannick Warnier 8 years ago
parent 5ffb16cbf9
commit 73f7b08dfc
  1. 1
      main/exercise/ReadingSpeed.php

@ -142,7 +142,6 @@ class ReadingSpeed extends UniqueAnswer
public function processText($text)
{
// Refresh is set to 5s, but speed is in words per minute
error_log($this->getLevel().' '.$this->speeds[$this->level]);
$wordsPerSecond = $this->speeds[$this->level] / 60;
$this->expectedWordsPerRefresh = intval($wordsPerSecond * $this->refreshTime);

Loading…
Cancel
Save