Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeHitchens committed Jan 20, 2024
1 parent c58821d commit 4f8a6a6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mariadb.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ IN THE SOFTWARE.
const mariadb = require( "mariadb/callback" );

const { o2j, } = require( "sleepless" );
const { log, error, } = console;

let pool = null;

Expand All @@ -36,13 +35,10 @@ async function connect( opts, done, fail ) {
pool.getConnection( ( err, cnx ) => {

if( err ) {
log( "connect fail", err );
fail( err );
return;
}

log( "connect okay", cnx );

let db = {};

function release() {
Expand Down

0 comments on commit 4f8a6a6

Please sign in to comment.