Skip to content

Commit 5192b31

Browse files
author
Eugene Rodionov
committed
fix: revert #185
1 parent fa73b41 commit 5192b31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-logger",
3-
"version": "2.7.2",
3+
"version": "2.7.4",
44
"description": "Logger for Redux",
55
"main": "lib/index.js",
66
"scripts": {

src/defaults.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default {
22
level: `log`,
3-
logger: (this && this.console) || (global.window && global.window.console),
3+
logger: console,
44
logErrors: true,
55
collapsed: undefined,
66
predicate: undefined,

0 commit comments

Comments
 (0)