Skip to content

Commit

Permalink
chore: removing some more debugging logs
Browse files Browse the repository at this point in the history
Signed-off-by: blam <ben@blam.sh>
  • Loading branch information
benjdlambert committed Dec 2, 2021
1 parent 43a440e commit f957eac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/integration2/util/knex-instance-provider.js
Expand Up @@ -194,7 +194,6 @@ const testConfigs = {
};

function getKnexForDb(db, configOverrides = {}) {
console.log(db);
const config = testConfigs[db];
return knex({
...config,
Expand Down
1 change: 0 additions & 1 deletion test/knexfile.js
Expand Up @@ -204,7 +204,6 @@ const testConfigs = {
module.exports = _.reduce(
testIntegrationDialects,
function (res, dialectName) {
console.log(dialectName);
res[dialectName] = testConfigs[dialectName];
return res;
},
Expand Down

0 comments on commit f957eac

Please sign in to comment.