Remove stray console.log
This commit is contained in:
parent
fb3fa00576
commit
95bda996bb
@ -1,7 +1,6 @@
|
||||
export async function onRequestPost(context: RequestContext) {
|
||||
const { active } = context.data.body;
|
||||
const { permissions } = context.data.current_user;
|
||||
console.log(permissions)
|
||||
|
||||
if (!(permissions & (1 << 0)) && !(permissions & (1 << 11)))
|
||||
return new Response('{"error":"Forbidden"}', {
|
||||
|
Loading…
x
Reference in New Issue
Block a user