diff --git a/src/hocs/with_subscription/with_subscription.jsx b/src/hocs/with_subscription/with_subscription.jsx index da1b2cc9..d3f5506a 100644 --- a/src/hocs/with_subscription/with_subscription.jsx +++ b/src/hocs/with_subscription/with_subscription.jsx @@ -61,7 +61,6 @@ const withSubscription = ({ } }, render () { - console.log(this.$listeners) if (!this.error && !this.loading) { const props = { ...this.$props,