Removed some debugging code

This commit is contained in:
Jeff Moser
2010-10-03 19:21:55 -04:00
parent 1156c839d4
commit 930444a0f7
8 changed files with 20 additions and 53 deletions

View File

@ -19,9 +19,7 @@ class Message
}
public function setValue(&$value)
{
// DEBUG
$selfName = (string)$this;
{
$this->_value = &$value;
}