mirror of
https://github.com/furyfire/trueskill.git
synced 2025-04-01 13:34:01 +00:00
Removed some debugging code
This commit is contained in:
@ -16,18 +16,12 @@ class Variable
|
||||
|
||||
public function &getValue()
|
||||
{
|
||||
$value = &$this->_value;
|
||||
// DEBUG
|
||||
$selfHash = \spl_object_hash($this);
|
||||
$selfName = (string)$this;
|
||||
$value = &$this->_value;
|
||||
return $value;
|
||||
}
|
||||
|
||||
public function setValue(&$value)
|
||||
{
|
||||
// DEBUG
|
||||
$selfName = (string)$this;
|
||||
$selfHash = \spl_object_hash($this);
|
||||
{
|
||||
$this->_value = &$value;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user