Skip to content

Commit 30101bb

Browse files
committed
Remove leftover console statement
1 parent 5f495b2 commit 30101bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/connectAdvanced.js

-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ export default function connectAdvanced(
166166
// The store _must_ exist as either a prop or in context.
167167
// We'll check to see if it _looks_ like a Redux store first.
168168
// This allows us to pass through a `store` prop that is just a plain value.
169-
console.log('Store from props: ', props.store)
170169
const didStoreComeFromProps =
171170
Boolean(props.store) &&
172171
Boolean(props.store.getState) &&

0 commit comments

Comments
 (0)