From dc7f2e48b19f282442f1fb7a5b03aabd8259200d Mon Sep 17 00:00:00 2001 From: dnaganog Date: Mon, 8 Jul 2019 16:11:23 -0400 Subject: [PATCH] deleted nonfunctional console.logs --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 9a1a94a..7fd8a11 100644 --- a/index.js +++ b/index.js @@ -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