Skip to content

Commit 309b441

Browse files
committed
fix: remove leftover console.log
1 parent 672d641 commit 309b441

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/link/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ export const mqttLink = <TRouter extends AnyRouter>(
9797
};
9898
const onAbort = () => {
9999
// This runs when the request is aborted externally
100-
console.log('Aborting request', path);
101100
clearTimeout(timeout);
102101
responseEmitter.off(correlationId, onMessage);
103102
reject(new TRPCClientError('Request aborted'));

0 commit comments

Comments
 (0)