playground cleanup

This commit is contained in:
wobsoriano
2022-12-20 20:21:41 -08:00
parent e5178d1634
commit fd977982ec
3 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ export function createContext (
event: H3Event
) {
// for API-response caching see https://trpc.io/docs/caching
console.log('cookies', parseCookies(event))
// console.log('cookies', parseCookies(event))
return {}
}