chore(frontend): console weghalen

This commit is contained in:
Tibo De Peuter 2025-05-20 08:55:39 +02:00
parent 04f11ae30b
commit f9b74c5f2d
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2

View file

@ -28,7 +28,6 @@ export class QuestionController extends BaseController {
}
async getAll(full = true): Promise<QuestionsResponse> {
console.log("AAAAAAAAAAAAAAAAAAAAAAAAAa");
return this.get<QuestionsResponse>("/", { lang: this.loId.language, full });
}