]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore: remove log
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 7 Nov 2023 08:36:37 +0000 (09:36 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 7 Nov 2023 08:36:37 +0000 (09:36 +0100)
packages/pinia/src/createPinia.ts

index ccf8b1fd4fc75d5a0d31d104e83b70a1a6ebcce2..33e3f4489a8230fc152bc92040778522af9abd46 100644 (file)
@@ -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)
   }