From a118d8d4c0aabd1cd450ff2ed31ae952b2beda9b Mon Sep 17 00:00:00 2001
From: Mehmet Salih Hasanoglu
 <mehmet_salih.hasanoglu@student.reutlingen-university.de>
Date: Tue, 29 Jun 2021 11:51:41 +0200
Subject: [PATCH] frontend state updated

---
 frontend/src/App.js | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/frontend/src/App.js b/frontend/src/App.js
index eb40972..3c372ae 100644
--- a/frontend/src/App.js
+++ b/frontend/src/App.js
@@ -39,13 +39,6 @@ class App extends Component {
         }
       }
     })
-
-    //    this.sleep(5000).then(r => {
-    //     if (previousState.reactions !== this.state.reactions) {
-    //       this.state.reactions = previousState.reactions
-    //       this.setState(this.state.reactions);
-    //     }
-    //   })
   }
 
   handleClick = (reaction) => {
-- 
GitLab