removed test exception

This commit is contained in:
Brian Carlson 2010-12-13 23:28:30 -06:00
parent 8f6ca815e9
commit 6ef45e84fe

View File

@ -10,7 +10,7 @@ var connect = function(config, callback) {
if(poolEnabled()) { if(poolEnabled()) {
return getPooledClient(config, callback) return getPooledClient(config, callback)
} }
throw new Error("Should be testing pools")
var client = new Client(config); var client = new Client(config);
client.connect(); client.connect();