remove console logs

This commit is contained in:
creations 2025-04-05 09:33:33 -04:00
parent 82f7b4f22d
commit f649adba5f
Signed by: creations
GPG key ID: 8F553AA4320FC711
2 changed files with 0 additions and 4 deletions

View file

@ -48,7 +48,6 @@ export async function getLanyardData(id?: string): Promise<LanyardResponse> {
export async function handleReadMe(data: LanyardData): Promise<string | null> {
const userReadMe: string | null = data.kv?.readme;
console.log("userReadMe", userReadMe);
if (
!userReadMe ||