Skip to content

Commit

Permalink
fix: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeroelens committed Jan 6, 2025
1 parent 843497e commit b82c53e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/slonik/src/factories/createConnectionPool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@ export const createConnectionPool = ({
connection.removeListener('release', onRelease);
connection.removeListener('destroy', onDestroy);

console.error('local destory', { connections });

connections.splice(connections.indexOf(connection), 1);

const waitingClient = waitingClients.shift();
Expand Down

0 comments on commit b82c53e

Please sign in to comment.