Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
nescalante committed Mar 15, 2021
1 parent a64861b commit 5919e18
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/db.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
console.log('connecting using', `${process.env.DATABASE_URL}?ssl=true`);

const db = require('knex')({
client: 'pg',
connection: `${process.env.DATABASE_URL}?ssl=true`
Expand Down

0 comments on commit 5919e18

Please sign in to comment.