diff --git a/src/components/CommunityComponents/CommunityHamburger.vue b/src/components/CommunityComponents/CommunityHamburger.vue
index 0249a0eb3e91b20bdf814806cb78419c03d6df32..348e60a278d44a882a535860aa6976314846a5b3 100644
--- a/src/components/CommunityComponents/CommunityHamburger.vue
+++ b/src/components/CommunityComponents/CommunityHamburger.vue
@@ -53,7 +53,6 @@ export default {
     this.admin = this.$store.state.user.adminList.includes(
       parseInt(this.communityID)
     );
-    console.log(this.communityID);
   },
 };
 </script>