Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-vasconcelos committed Oct 15, 2023
1 parent 88f6c38 commit a875b19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/components/News/News.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export default async function News() {
// A. Fetch data

const allArticlesDatas = await getAllArticles();
console.log(allArticlesDatas);

//
// B. Render components
Expand Down

0 comments on commit a875b19

Please sign in to comment.