From 2401056ac7c9b0e02215808317062f2149e2e911 Mon Sep 17 00:00:00 2001 From: azw Date: Mon, 13 Nov 2023 07:01:17 +0000 Subject: [PATCH] 1 --- server/wsproxy/app.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/server/wsproxy/app.cc b/server/wsproxy/app.cc index e53ec47..304b384 100644 --- a/server/wsproxy/app.cc +++ b/server/wsproxy/app.cc @@ -355,7 +355,6 @@ int App::GetGameId() const std::vector strings; a8::Split(game_id, strings, '/'); game_id = strings.at(strings.size() - 1); - //a8::XPrintf("exe:%s\n", {game_id}); a8::ReplaceString(game_id, "wsproxy", ""); return a8::XValue(game_id); #else