From dbc4a26aac351b3e17fec856b33f922baee8ca5c Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Tue, 7 Nov 2023 09:36:37 +0100 Subject: [PATCH] chore: remove log --- packages/pinia/src/createPinia.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/pinia/src/createPinia.ts b/packages/pinia/src/createPinia.ts index ccf8b1fd..33e3f448 100644 --- a/packages/pinia/src/createPinia.ts +++ b/packages/pinia/src/createPinia.ts @@ -58,7 +58,6 @@ export function createPinia(): Pinia { // pinia devtools rely on dev only features so they cannot be forced unless // the dev build of Vue is used. Avoid old browsers like IE11. if (__USE_DEVTOOLS__ && typeof Proxy !== 'undefined') { - console.log('GREP blank') pinia.use(devtoolsPlugin) } -- 2.47.2