Skip to content

Commit

Permalink
Merge pull request #499 from MetaCell/feature/498
Browse files Browse the repository at this point in the history
Update geppettoMiddleware.js
  • Loading branch information
enicolasgomez authored Aug 9, 2023
2 parents c76e480 + 7e53bb3 commit 99cf8be
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export function callbacksMiddleware ({ getState, dispatch }) {
console.log(geppettoVersion);
}

console.debug(action);
var actionTriggered = false;
if (callbacksList[action.type] !== undefined && callbacksList[action.type].size > 0) {
callbacksList[action.type].forEach(item => {
Expand Down

0 comments on commit 99cf8be

Please sign in to comment.