We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4a612 commit 45a3131Copy full SHA for 45a3131
src/logging.js
@@ -21,7 +21,6 @@ exports.dispatchStart = function(reactorState, type, payload) {
21
}
22
23
exports.dispatchError = function(reactorState, error) {
24
- console.log('dispatchError, shoud do', getOption(reactorState, 'logDispatches'))
25
if (!getOption(reactorState, 'logDispatches')) {
26
return
27
0 commit comments