refactor: delete log

This commit is contained in:
Mauricio Siu 2024-10-23 01:06:34 -06:00
parent c1f777e23e
commit 7e76eb4dd1

View File

@ -184,7 +184,6 @@ export async function getServerSideProps(context: GetServerSidePropsContext) {
};
}
const { token } = context.query;
console.log(token);
if (typeof token !== "string") {
return {