Skip to content

Commit

Permalink
chore: Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Feb 5, 2024
1 parent f1ba2f2 commit 200ee57
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { crawlDependents } from './crawler'

export async function DependentsSection() {
const dependents = await crawlDependents()
console.log(dependents.map(dep => dep.img))
return (
<section className="container">
<h2 className="mb-8 text-center text-3xl font-bold tracking-tighter dark:text-white md:text-4xl xl:text-5xl">
Expand Down

0 comments on commit 200ee57

Please sign in to comment.