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 {