fix: remove logging in tagsUtils

This commit is contained in:
xHyroM 2022-07-11 08:20:37 +02:00
parent 0fc2862202
commit ae620b2ebb

View file

@ -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 [
{ {