Skip to content

Commit

Permalink
remove console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
UmungoBungo committed Oct 14, 2024
1 parent 323e575 commit 5266bc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/docs/src/remotion/HomepageVideo/Comp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export const getDataAndProps = async () => {
)
.then((res) => res.json())
.then((data) => {
console.log('trending data', data);
return {
repos: data.trending.repos.slice(0, 3),
date: data.trending.dateFetched,
Expand Down

0 comments on commit 5266bc4

Please sign in to comment.