commit: 97930020706c938d9237cdc3770fab11b03bedc1
parent 01d8fa4e543b0a349c95ea7e60a79cf5ecc82157
Author: Henry Jameson <me@hjkos.com>
Date: Wed, 23 Mar 2022 16:53:57 +0200
cleanup console log
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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,