Chore: remove obsolete console.log

This commit is contained in:
Pieter Vander Vennet 2024-09-04 00:31:33 +02:00
parent f0e802eba7
commit 46d3ee03f0

View file

@ -79,7 +79,6 @@
>([]) >([])
async function calculateQuestions() { async function calculateQuestions() {
console.log("Applying questions to ask")
const qta = questionsToAsk.data const qta = questionsToAsk.data
firstQuestion.setData(undefined) firstQuestion.setData(undefined)
//allQuestionsToAsk.setData([]) //allQuestionsToAsk.setData([])