Skip to content

Commit

Permalink
removing console log
Browse files Browse the repository at this point in the history
  • Loading branch information
fi0rini committed Feb 24, 2016
1 parent 377e227 commit 29ebe34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/stores/GuideStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const _guide_store = {};

const GuideStore = createStore({
addOrganization: function (org) {
console.log(org);
_guide_store[org.organization_we_vote_id] = org;
},

Expand Down

0 comments on commit 29ebe34

Please # to comment.