Skip to content

Commit

Permalink
Remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
rachaelshaw committed Sep 24, 2020
1 parent cb89450 commit 37833fd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions test/adapter/unit/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,8 @@ describe('Unit Tests ::', function() {
return done(err);
}


var postConnectionsAvailable = manager.pool.idleCount;
assert.equal(preConnectionsAvailable, postConnectionsAvailable);
console.log('SANITY CHECK:');
console.log('preConnectionsAvailable: ', preConnectionsAvailable);
console.log('postConnectionsAvailable: ', postConnectionsAvailable);

return done();
});
Expand Down
4 changes: 0 additions & 4 deletions test/adapter/unit/destroy.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,8 @@ describe('Unit Tests ::', function() {
return done(err);
}


var postConnectionsAvailable = manager.pool.idleCount;
assert.equal(preConnectionsAvailable, postConnectionsAvailable);
console.log('SANITY CHECK:');
console.log('preConnectionsAvailable: ', preConnectionsAvailable);
console.log('postConnectionsAvailable: ', postConnectionsAvailable);

return done();
});
Expand Down
4 changes: 0 additions & 4 deletions test/adapter/unit/find.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,8 @@ describe('Unit Tests ::', function() {
return done(err);
}


var postConnectionsAvailable = manager.pool.idleCount;
assert.equal(preConnectionsAvailable, postConnectionsAvailable);
console.log('SANITY CHECK:');
console.log('preConnectionsAvailable: ', preConnectionsAvailable);
console.log('postConnectionsAvailable: ', postConnectionsAvailable);

return done();
});
Expand Down
4 changes: 0 additions & 4 deletions test/adapter/unit/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,8 @@ describe('Unit Tests ::', function() {
return done(err);
}


var postConnectionsAvailable = manager.pool.idleCount;
assert.equal(preConnectionsAvailable, postConnectionsAvailable);
console.log('SANITY CHECK:');
console.log('preConnectionsAvailable: ', preConnectionsAvailable);
console.log('postConnectionsAvailable: ', postConnectionsAvailable);

return done();
});
Expand Down

0 comments on commit 37833fd

Please sign in to comment.