Skip to content

Commit 45a3131

Browse files
committed
Remove logging call
1 parent eb4a612 commit 45a3131

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/logging.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ exports.dispatchStart = function(reactorState, type, payload) {
2121
}
2222

2323
exports.dispatchError = function(reactorState, error) {
24-
console.log('dispatchError, shoud do', getOption(reactorState, 'logDispatches'))
2524
if (!getOption(reactorState, 'logDispatches')) {
2625
return
2726
}

0 commit comments

Comments
 (0)