fixed bug with amount not updating / solved double dispatch problem with cartAction.load / removed all console.log calls - it became too chatty / add them as needed
This commit is contained in:
@@ -10,7 +10,7 @@ AppDispatcher.handleAction = function(action) {
|
||||
action: action
|
||||
});
|
||||
|
||||
console.log("Dispatching:", action);
|
||||
|
||||
}
|
||||
|
||||
module.exports = AppDispatcher;
|
||||
Reference in New Issue
Block a user