summaryrefslogtreecommitdiff
path: root/actions/register.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/register.php')
-rw-r--r--actions/register.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/actions/register.php b/actions/register.php
index 42b46bcc3..d2e54b634 100644
--- a/actions/register.php
+++ b/actions/register.php
@@ -34,7 +34,6 @@ class RegisterAction extends Action {
}
function try_register() {
- print_r($this->args);
$nickname = $this->trimmed('nickname');
$email = $this->trimmed('email');