mirror of https://github.com/buster-so/buster.git
remove logging statement
This commit is contained in:
parent
5165a05778
commit
d60bc12d6d
|
@ -53,7 +53,6 @@ export async function getChatHandler(params: GetChatHandlerParams): Promise<GetC
|
||||||
}
|
}
|
||||||
|
|
||||||
const { chat, user: creator } = chatData;
|
const { chat, user: creator } = chatData;
|
||||||
console.info('user', user);
|
|
||||||
|
|
||||||
// Check permissions using the access control system
|
// Check permissions using the access control system
|
||||||
const { hasAccess, effectiveRole } = await checkPermission({
|
const { hasAccess, effectiveRole } = await checkPermission({
|
||||||
|
|
Loading…
Reference in New Issue