Skip to content

Commit

Permalink
[DROP ME] drop console.log calls
Browse files Browse the repository at this point in the history
  • Loading branch information
mcheshkov committed Nov 3, 2024
1 parent 31b00ee commit ac09ff7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/cubejs-jdbc-driver/src/JDBCDriver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,9 @@ export class JDBCDriver extends BaseDriver {

// https://github.com/coopernurse/node-pool/blob/ee5db9ddb54ce3a142fde3500116b393d4f2f755/README.md#L220-L226
this.pool.on('factoryCreateError', (err) => {
console.log('factoryCreateError', err);
this.databasePoolError(err);
});
this.pool.on('factoryDestroyError', (err) => {
console.log('factoryDestroyError', err);
this.databasePoolError(err);
});
}
Expand Down

0 comments on commit ac09ff7

Please sign in to comment.