From 97930020706c938d9237cdc3770fab11b03bedc1 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 23 Mar 2022 16:53:57 +0200 Subject: [PATCH] cleanup console log --- src/hocs/with_subscription/with_subscription.jsx | 1 - 1 file changed, 1 deletion(-) 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,