mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-22 14:41:05 +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 {
|
else {
|
||||||
const tag = getTag(name);
|
const tag = getTag(name);
|
||||||
console.log(tag);
|
|
||||||
if (tag)
|
if (tag)
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue