Remove unnecessary line.

This commit is contained in:
Braydon Fuller 2015-10-13 11:19:35 -04:00
parent 7ec3124d82
commit e006e5cbcd
1 changed files with 0 additions and 1 deletions

View File

@ -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 {