debug off
Hee Sung Son committed
Nov 25, 2025 at 11:57 UTC
03cc451967638aa6a4b001a2dfb8a084f2f4bcda
1 file changed
+1
-1
cmd/relay-server/frontend/src/pages/ServerList.tsx
+1
-1
@@ -10,7 +10,7 @@ import { generateRandomServers } from "@/lib/testUtils";
10
11
const INITIAL_VISIBLE = 12;
12
const LOAD_CHUNK = 6;
13
-const useDebug = true;
13
+const useDebug = false;
14
15
export type ClientServer = {
16
id: number;