Minor: Admin: Questions bank: Remove error_log() - refs #3945

pull/3921/head
Yannick Warnier 4 years ago
parent bb133ea7f5
commit 9a4844f12a
  1. 1
      main/admin/questions.php

@ -144,7 +144,6 @@ if ($formSent) {
$criteria->andWhere($criteria->expr()->eq('level', $questionLevel));
}
if (-1 !== $answerType) {
error_log('AnswerType: '.$answerType);
$criteria->andWhere($criteria->expr()->eq('type', $answerType));
}

Loading…
Cancel
Save