Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroennoten committed Oct 26, 2017
1 parent 40319bb commit 13d87b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/assets/js/components/MemberList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
this.members = response.json();
this.loading = false;
});
console.log(this.membersFiltered)
},
computed: {
membersFiltered() {
Expand Down

0 comments on commit 13d87b0

Please sign in to comment.