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 }); }