remove needless console.log

This commit is contained in:
taehoon 2019-10-18 07:28:59 -04:00
parent 9709075476
commit d502baaffc
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ const UserReportingModal = {
this.error = false
},
closeModal () {
console.log('closeModal clicked')
this.$store.dispatch('closeUserReportingModal')
},
reportUser () {