Skip to content

Commit

Permalink
deleted nonfunctional console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dnaganog committed Jul 8, 2019
1 parent 40ffccb commit dc7f2e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ class Client {
// connect the database and assign a reference to it to our client object
const pgPool = generatePool(options.connectionURI);
let tableCreated = false;
console.log(pgPool);
this.pgConnect = function() {
return new Promise((resolve, reject) => {
// connection using created pool
Expand Down

0 comments on commit dc7f2e4

Please sign in to comment.