Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilalekha committed Apr 23, 2021
1 parent c7dc174 commit 046da77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/pages/javascript/[id].js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export async function getStaticProps({ params }) {
}
}
export default function Javascript({ postData }) {
console.log(postData);
return (
<Layout>
<Head>
Expand Down

0 comments on commit 046da77

Please sign in to comment.