client: remove console.log from /mine
This commit is contained in:
parent
bc6362e412
commit
9fe9b818c4
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ export const getServerSideProps: GetServerSideProps = async ({ req }) => {
|
|||
})
|
||||
|
||||
if (!posts.ok) {
|
||||
console.error(await posts.json())
|
||||
return {
|
||||
redirect: {
|
||||
destination: '/',
|
||||
|
|
Loading…
Reference in a new issue