mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
chore(api): remove extraneous logging from get-slug
This commit is contained in:
parent
fac361d277
commit
aeaf14bda1
1 changed files with 0 additions and 1 deletions
|
@ -36,6 +36,5 @@ export const GetSlug = async (request: Request): Promise<Response> => {
|
|||
icon,
|
||||
permissionLevel: 0,
|
||||
};
|
||||
console.log({ guildSlug });
|
||||
return respond(guildSlug);
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue