From eb4c283aad1f0ec7a76f0ca4f25602a89163823c Mon Sep 17 00:00:00 2001
From: Hagen <hagen.dressler@mni.thm.de>
Date: Wed, 14 Mar 2018 11:01:45 +0100
Subject: [PATCH] Remove button in participant-room

---
 src/app/participant-room/participant-room.component.html | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/app/participant-room/participant-room.component.html b/src/app/participant-room/participant-room.component.html
index 97cb17224..2e01bed8e 100644
--- a/src/app/participant-room/participant-room.component.html
+++ b/src/app/participant-room/participant-room.component.html
@@ -23,9 +23,6 @@
         <button mat-button color="primary" matTooltip="Join question round">
           Questions
         </button>
-        <button mat-button color="primary" matTooltip="See room comments">
-          Comments
-        </button>
         <button mat-button color="primary" matTooltip="Start personal question round">
           Learn
         </button>
-- 
GitLab