From: Eduardo San Martin Morote Date: Tue, 7 Nov 2023 08:36:37 +0000 (+0100) Subject: chore: remove log X-Git-Tag: @pinia/nuxt@0.5.2-beta.0~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbc4a26aac351b3e17fec856b33f922baee8ca5c;p=thirdparty%2Fvuejs%2Fpinia.git chore: remove log --- 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) }