diff --git a/packages/pinia/src/createPinia.ts b/packages/pinia/src/createPinia.ts index ccf8b1fd4f..33e3f4489a 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) }