From bd67e14fa4ba4bd9219ef5050999c61897f2b9be Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Mon, 2 Feb 2026 12:37:13 -0800 Subject: [PATCH] Debug: Wire: off --- src/server/wire.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/wire.ts b/src/server/wire.ts index 4cc14c962..079a9ec5f 100644 --- a/src/server/wire.ts +++ b/src/server/wire.ts @@ -4,7 +4,7 @@ import { objectDeepCloneWithStringLimit } from '~/common/util/objectUtils'; /// set this to true to see the tRPC and fetch requests made by the server -export const SERVER_DEBUG_WIRE = true; // +export const SERVER_DEBUG_WIRE = false; export class ServerFetchError extends Error {