remove debugging calls

This commit is contained in:
Evan Prodromou
2010-03-25 16:35:22 -04:00
parent 697222575d
commit 7f6fdb528c
3 changed files with 3 additions and 9 deletions

View File

@@ -48,7 +48,6 @@ class FinishopenidloginAction extends Action
} else if ($this->arg('connect')) {
$this->connectUser();
} else {
common_debug(print_r($this->args, true), __FILE__);
$this->showForm(_m('Something weird happened.'),
$this->trimmed('newname'));
}