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 726734a
Showing 1 changed file with 0 additions and 1 deletion.
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

0 comments on commit 726734a

Please sign in to comment.