remove debug
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 54s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 54s
This commit is contained in:
parent
50f2e26187
commit
74627311ae
@ -46,7 +46,6 @@ export async function generateMetadata({ params: { platform, hostname } }: Param
|
||||
}
|
||||
|
||||
async function getData(platform: ServerPlatform, id: string): Promise<MinecraftServer | null> {
|
||||
console.log(platform, id);
|
||||
try {
|
||||
const cachedServer = await getServer(platform, id);
|
||||
return cachedServer.server;
|
||||
|
Loading…
Reference in New Issue
Block a user