diff options
| author | Henry Jameson <me@hjkos.com> | 2022-03-23 16:53:57 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-03-23 16:53:57 +0200 |
| commit | 97930020706c938d9237cdc3770fab11b03bedc1 (patch) | |
| tree | 8773e59d74cb2b8f3c39be363bdf5b8e0ef824dc | |
| parent | 01d8fa4e543b0a349c95ea7e60a79cf5ecc82157 (diff) | |
cleanup console log
| -rw-r--r-- | src/hocs/with_subscription/with_subscription.jsx | 1 |
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, |
