diff --git a/src/app/components/shared/questionwall/question-wall/question-wall.component.ts b/src/app/components/shared/questionwall/question-wall/question-wall.component.ts
index 67b9bc7023ee3771d86d33a8f1c79bf1f1cb4ae7..1d72d8c0fb5a33fe27db078a386ca0934befa9f5 100644
--- a/src/app/components/shared/questionwall/question-wall/question-wall.component.ts
+++ b/src/app/components/shared/questionwall/question-wall/question-wall.component.ts
@@ -84,8 +84,6 @@ export class QuestionWallComponent implements OnInit, AfterViewInit, OnDestroy {
     this.roomService.getRoom(this.roomId).subscribe(e => {
       this.room = e;
       this.tags = e.extensions['tags']['tags'];
-      console.log(e);
-      console.log(this.tags);
     });
     this.wsCommentService.getCommentStream(this.roomId).subscribe(e => {
       this.commentService.getComment(JSON.parse(e.body).payload.id).subscribe(comment => {