mirror of
https://github.com/furyfire/trueskill.git
synced 2025-09-06 10:28:22 +02:00
Removed some more cruft that was left behind from debugging
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user