From f9b74c5f2d570113f063f49fc1e660a79deaf14a Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Tue, 20 May 2025 08:55:39 +0200 Subject: [PATCH] chore(frontend): console weghalen --- frontend/src/controllers/questions.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/controllers/questions.ts b/frontend/src/controllers/questions.ts index 5a39e98d..fb4149f4 100644 --- a/frontend/src/controllers/questions.ts +++ b/frontend/src/controllers/questions.ts @@ -28,7 +28,6 @@ export class QuestionController extends BaseController { } async getAll(full = true): Promise { - console.log("AAAAAAAAAAAAAAAAAAAAAAAAAa"); return this.get("/", { lang: this.loId.language, full }); }