Better goal tree and hint and solution. Fixes Issue #37

This commit is contained in:
Peter Cottle 2013-02-18 13:24:08 -08:00
parent bf6432b286
commit c90444fe1e
9 changed files with 18 additions and 24 deletions

View file

@ -63,7 +63,6 @@ TreeCompare.prototype.compareAllBranchesWithinTreesHashAgnostic = function(treeA
);
var branchNames = [];
_.each(allBranches, function(obj, name) { branchNames.push(name); });
console.log(branchNames);
return this.compareBranchesWithinTreesHashAgnostic(treeA, treeB, branchNames);
};