Skip to content

Commit

Permalink
Remove leftover console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Nov 6, 2019
1 parent 5f495b2 commit 30101bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/connectAdvanced.js
Expand Up @@ -166,7 +166,6 @@ export default function connectAdvanced(
// The store _must_ exist as either a prop or in context.
// We'll check to see if it _looks_ like a Redux store first.
// This allows us to pass through a `store` prop that is just a plain value.
console.log('Store from props: ', props.store)
const didStoreComeFromProps =
Boolean(props.store) &&
Boolean(props.store.getState) &&
Expand Down

0 comments on commit 30101bb

Please sign in to comment.