mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49: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,
|
icon,
|
||||||
permissionLevel: 0,
|
permissionLevel: 0,
|
||||||
};
|
};
|
||||||
console.log({ guildSlug });
|
|
||||||
return respond(guildSlug);
|
return respond(guildSlug);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue