Skip to content

Commit

Permalink
chore: remove debug msg
Browse files Browse the repository at this point in the history
  • Loading branch information
qin-guan committed Jul 18, 2023
1 parent c43495b commit b276b80
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/plugins/cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,5 @@ export default defineNitroPlugin(() => {
})
: memoryDriver()

console.log(driver)

storage.mount('redis', driver)
})

0 comments on commit b276b80

Please sign in to comment.