remove debug
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 54s

This commit is contained in:
Lee 2024-04-16 18:58:40 +01:00
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> { async function getData(platform: ServerPlatform, id: string): Promise<MinecraftServer | null> {
console.log(platform, id);
try { try {
const cachedServer = await getServer(platform, id); const cachedServer = await getServer(platform, id);
return cachedServer.server; return cachedServer.server;