client: remove console.log from /mine

pull/80/head
Max Leiter 4 years ago
parent bc6362e412
commit 9fe9b818c4
No known key found for this signature in database
GPG Key ID: A3512F2F2F17EBDA

@ -38,7 +38,6 @@ export const getServerSideProps: GetServerSideProps = async ({ req }) => {
})
if (!posts.ok) {
console.error(await posts.json())
return {
redirect: {
destination: '/',

Loading…
Cancel
Save