Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Nov 7, 2023
1 parent 87d107a commit dbc4a26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/pinia/src/createPinia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit dbc4a26

Please sign in to comment.