Skip to content

Commit ac09ff7

Browse files
committed
[DROP ME] drop console.log calls
1 parent 31b00ee commit ac09ff7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/cubejs-jdbc-driver/src/JDBCDriver.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,9 @@ export class JDBCDriver extends BaseDriver {
186186

187187
// https://github.com/coopernurse/node-pool/blob/ee5db9ddb54ce3a142fde3500116b393d4f2f755/README.md#L220-L226
188188
this.pool.on('factoryCreateError', (err) => {
189-
console.log('factoryCreateError', err);
190189
this.databasePoolError(err);
191190
});
192191
this.pool.on('factoryDestroyError', (err) => {
193-
console.log('factoryDestroyError', err);
194192
this.databasePoolError(err);
195193
});
196194
}

0 commit comments

Comments
 (0)