client: remove console.log from /mine

This commit is contained in:
Max Leiter 2022-04-08 22:44:46 -07:00
parent bc6362e412
commit 9fe9b818c4
No known key found for this signature in database
GPG key ID: A3512F2F2F17EBDA

View file

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