unnecessary comment

This commit is contained in:
jorenchik
2025-01-05 17:03:44 +02:00
parent 39173624d4
commit 344d2f13b0

View File

@@ -370,7 +370,6 @@ void setupAnswerQuestion(MultiElementQuestion *question) {
&QToolButton::clicked, &QToolButton::clicked,
[](bool checked) { [](bool checked) {
answerText->show(); answerText->show();
// btnCheck->hide();
if (practiceAlgoritm == SPACED) { if (practiceAlgoritm == SPACED) {
showFeedBackButtons(); showFeedBackButtons();
} }