diff --git a/lib/index.js b/lib/index.js index da3be82f..3e36edbe 100644 --- a/lib/index.js +++ b/lib/index.js @@ -97,10 +97,10 @@ var end = function(callback) { //wrap up common connection management boilerplate var connect = function(config, callback) { - if(poolEnabled()) { - return getPooledClient(config, callback) - } - throw new Error("FUCK") +// if(poolEnabled()) { +// return getPooledClient(config, callback) +// } + var client = new Client(config); client.connect();