removes log

This commit is contained in:
pandeymangg
2025-11-06 15:11:16 +05:30
parent b2b97c8bed
commit 2d4a94721b

View File

@@ -396,7 +396,6 @@ export const QuestionsView = ({
// Bounds check
if (blockIndex < 0 || blockIndex >= blocks.length) {
console.error(`Invalid blockIndex: ${blockIndex}`);
return prevSurvey;
}