Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Feb 21, 2022
1 parent a50fc4b commit 5fbff37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion products/epinio/store/epinio-store/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ export default {
},

onLogout({ dispatch, commit }) {
console.warn('2!!!!!');
dispatch(`unsubscribe`);
commit('reset');

Expand Down

0 comments on commit 5fbff37

Please sign in to comment.