aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/hocs/with_subscription/with_subscription.jsx1
1 files changed, 0 insertions, 1 deletions
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,