cleanup console logs

This commit is contained in:
Henry Jameson 2026-06-13 23:33:05 +03:00
commit 394c736d17
2 changed files with 0 additions and 3 deletions

View file

@ -28,7 +28,6 @@ const UserReportingModal = {
return !!this.$store.state.users.currentUser
},
isOpen() {
console.log(this.reportModal)
return this.isLoggedIn && this.reportModal.activated
},
userId() {