We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d749b1 commit b33bc7eCopy full SHA for b33bc7e
components/_util/store/connect.jsx
@@ -29,7 +29,6 @@ export default function connect(mapStateToProps) {
29
data() {
30
this.store = this.storeContext.store;
31
this.preProps = omit(getOptionProps(this), ['__propsSymbol__']);
32
- console.log('');
33
return {
34
subscribed: finnalMapStateToProps(this.store.getState(), this.$props),
35
};
0 commit comments