mirror of
https://github.com/furyfire/trueskill.git
synced 2025-04-02 05:44:18 +00:00
Removed some debugging code
This commit is contained in:
@ -34,9 +34,7 @@ class ScheduleStep extends Schedule
|
||||
|
||||
public function visit($depth = -1, $maxDepth = 0)
|
||||
{
|
||||
$currentFactor = &$this->_factor;
|
||||
// DEBUG
|
||||
$currentFactorName = (string)$currentFactor;
|
||||
$currentFactor = &$this->_factor;
|
||||
$delta = $currentFactor->updateMessageIndex($this->_index);
|
||||
return $delta;
|
||||
}
|
||||
|
Reference in New Issue
Block a user