diff --git a/main/exercise/ReadingSpeed.php b/main/exercise/ReadingSpeed.php index 81183313f7..23a220ba78 100755 --- a/main/exercise/ReadingSpeed.php +++ b/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);