Skip to content

Commit 5be3ca0

Browse files
committed
remove errant console.log
1 parent c9f268e commit 5be3ca0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/components/connect.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2286,7 +2286,6 @@ describe('React', () => {
22862286
let value = 0
22872287
const store = createStore(() => ({ value: value++}))
22882288
function Comp(props) {
2289-
console.log(props)
22902289
return <div>{props.count}</div>
22912290
}
22922291
const Container = connect(undefined,undefined,undefined,{ renderCountProp: 'count' })(Comp)

0 commit comments

Comments
 (0)