remove logging statement

This commit is contained in:
Wells Bunker 2025-09-29 11:12:44 -06:00
parent 5165a05778
commit d60bc12d6d
No known key found for this signature in database
GPG Key ID: DB16D6F2679B78FC
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ export async function getChatHandler(params: GetChatHandlerParams): Promise<GetC
}
const { chat, user: creator } = chatData;
console.info('user', user);
// Check permissions using the access control system
const { hasAccess, effectiveRole } = await checkPermission({