Removed some more cruft that was left behind from debugging

This commit is contained in:
Jeff Moser
2010-05-03 06:23:44 -04:00
parent 8c31881d13
commit 31c4d5a3a7
7 changed files with 3 additions and 4 deletions

View File

@ -69,8 +69,7 @@ namespace Moserware.Skills.TrueSkill.Factors
for (int currentWeightSourceIndex = 0;
currentWeightSourceIndex < variableWeights.Length;
currentWeightSourceIndex++)
{
// TODO: get this test to be right
{
if (currentWeightSourceIndex == (weightsIndex - 1))
{
continue;