diff --git a/frontend/src/App.js b/frontend/src/App.js
index eb40972e57894b471b40688d4b83b59a21859d5a..3c372aedeafb2f21b1db6602c54e86a00f815aac 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) => {