fix: don't log the context

This commit is contained in:
Aarnav Tale 2024-05-20 14:06:38 -04:00
parent a6582ef835
commit 6794b1b2dd
No known key found for this signature in database

View File

@ -79,7 +79,6 @@ export async function loadContext(): Promise<HeadplaneContext> {
oidc: await checkOidc(config),
}
console.log('Context loaded:', context)
return context
}