From be7d58f656130542f51c51bb7b5e8d19c2c4974c Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Fri, 4 Jun 2021 09:21:07 +0200 Subject: [PATCH] chore: remove log Close #524 --- src/devtools/plugin.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/devtools/plugin.ts b/src/devtools/plugin.ts index af98d1a6..d5c255fe 100644 --- a/src/devtools/plugin.ts +++ b/src/devtools/plugin.ts @@ -48,7 +48,6 @@ function addDevtools(app: App, store: Store) { registeredStores.set(store.$id, store) componentStateTypes.push('🍍 ' + store.$id) hasSubscribed = false - console.log('registing for the first time') } setupDevtoolsPlugin( -- 2.47.2