mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: delete log
This commit is contained in:
parent
c1f777e23e
commit
7e76eb4dd1
@ -184,7 +184,6 @@ export async function getServerSideProps(context: GetServerSidePropsContext) {
|
||||
};
|
||||
}
|
||||
const { token } = context.query;
|
||||
console.log(token);
|
||||
|
||||
if (typeof token !== "string") {
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user