remove test error

This commit is contained in:
Evan
2025-02-24 09:10:43 -08:00
parent cace7e1789
commit f995fc4ec6
-1
View File
@@ -179,7 +179,6 @@ app.get("/lobbies", (req: Request, res: Response) => {
app.post(
"/private_lobby",
asyncHandler(async (req, res) => {
throw Error("uh oh");
const clientIP = req.ip || req.socket.remoteAddress || "unknown";
const id = gm.createPrivateGame();
console.log(`ip ${clientIP} creating private lobby with id ${id}`);