remove console.log
This commit is contained in:
parent
ac9027c522
commit
3ac9cbcf4e
1 changed files with 0 additions and 2 deletions
|
@ -116,8 +116,6 @@ export const getServerSideProps: GetServerSideProps = async (context) => {
|
|||
"Authorization": `Bearer ${driftToken}`
|
||||
}
|
||||
}).then(res => res.json());
|
||||
|
||||
console.log(post);
|
||||
}
|
||||
|
||||
return {
|
||||
|
|
Loading…
Reference in a new issue