We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 672d641 commit 309b441Copy full SHA for 309b441
src/link/index.ts
@@ -97,7 +97,6 @@ export const mqttLink = <TRouter extends AnyRouter>(
97
};
98
const onAbort = () => {
99
// This runs when the request is aborted externally
100
- console.log('Aborting request', path);
101
clearTimeout(timeout);
102
responseEmitter.off(correlationId, onMessage);
103
reject(new TRPCClientError('Request aborted'));
0 commit comments