chore: remove extra logs

This commit is contained in:
MTG2000
2022-03-24 17:35:08 +02:00
parent dedfc4ed6f
commit 3fa3de1c2b

View File

@@ -55,7 +55,6 @@ const allCategoriesQuery = extendType({
}
}
})
console.log(categories);
categories.sort((c1, c2) => c2._count.project - c1._count.project)
return categories;
}