From e006e5cbcd350425f2ef9468ff8e03078942f052 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Tue, 13 Oct 2015 11:19:35 -0400 Subject: [PATCH] Remove unnecessary line. --- bitcore-node/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/bitcore-node/index.js b/bitcore-node/index.js index a88b350..32a3a17 100644 --- a/bitcore-node/index.js +++ b/bitcore-node/index.js @@ -6,7 +6,6 @@ var fs = require('fs'); var InsightUI = function(options) { BaseService.call(this, options); - this.routePrefix = options.routePrefix; if (typeof options.apiPrefix !== 'undefined') { this.apiPrefix = options.apiPrefix; } else {