aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-03-23 16:53:57 +0200
committerHenry Jameson <me@hjkos.com>2022-03-23 16:53:57 +0200
commit97930020706c938d9237cdc3770fab11b03bedc1 (patch)
tree8773e59d74cb2b8f3c39be363bdf5b8e0ef824dc /src
parent01d8fa4e543b0a349c95ea7e60a79cf5ecc82157 (diff)
cleanup console log
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,