diff --git a/main/admin/questions.php b/main/admin/questions.php index cf6d3fc40f..54a75a2e0a 100644 --- a/main/admin/questions.php +++ b/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)); }