Skip to content

Commit 7d5f4be

Browse files
remove console log
1 parent 46bb244 commit 7d5f4be

File tree

1 file changed

+0
-1
lines changed
  • src/app/(public)/repos/[language]

1 file changed

+0
-1
lines changed

src/app/(public)/repos/[language]/page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ async function getRepos(
130130
}
131131

132132
const res = await fetch(apiUrl, { headers });
133-
console.log(res);
134133
if (!res.ok) return undefined;
135134

136135
const repos = (await res.json()) as RepoData;

0 commit comments

Comments
 (0)