remove invalid reference

This commit is contained in:
Pascal Rapicault
2014-09-23 11:42:30 -04:00
parent 8bb4904f21
commit 6ca8ec715c

View File

@@ -43,7 +43,6 @@ _.extend(BootstrapCatalogPrebuilt.prototype, {
// precompiled packages.
getLoadPathForPackage: function (name, version, constraintSolverOpts) {
var self = this;
self._requireInitialized();
if (_.has(self._knownPackages, name)) {
return path.join(self.uniloadDir, name);
}