mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-10 01:08:07 +01:00
fix: remove logging in tagsUtils
This commit is contained in:
parent
0fc2862202
commit
ae620b2ebb
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ export const findTags = (name: string) => {
|
|||
];
|
||||
else {
|
||||
const tag = getTag(name);
|
||||
console.log(tag);
|
||||
if (tag)
|
||||
return [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue