Skip to content

Commit

Permalink
fix: remove leftover console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
edorgeville committed May 24, 2024
1 parent 672d641 commit 309b441
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/link/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ export const mqttLink = <TRouter extends AnyRouter>(
};
const onAbort = () => {
// This runs when the request is aborted externally
console.log('Aborting request', path);
clearTimeout(timeout);
responseEmitter.off(correlationId, onMessage);
reject(new TRPCClientError('Request aborted'));
Expand Down

0 comments on commit 309b441

Please sign in to comment.