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