remove unused collection of requestTimeout

This commit is contained in:
Spencer Alger
2014-10-07 08:46:58 -07:00
parent c07c820534
commit 35023bb64f

View File

@ -15,7 +15,6 @@ function ConnectionAbstract(host, config) {
config = config || {};
EventEmitter.call(this);
this.requestTimeout = config.hasOwnProperty('requestTimeout') ? config.requestTimeout : 30000;
this.log = config.log || new Log();
if (!host) {