]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
remove debugging comment from emailregister
authorEvan Prodromou <evan@status.net>
Mon, 18 Apr 2011 12:52:50 +0000 (08:52 -0400)
committerEvan Prodromou <evan@status.net>
Mon, 18 Apr 2011 12:52:50 +0000 (08:52 -0400)
plugins/EmailRegistration/emailregister.php

index a41b126669c9cb6a05986c7ff32177a020e10b0f..4c97434165bfa1548135600ef69ca41a4e3e403a 100644 (file)
@@ -319,8 +319,6 @@ class EmailregisterAction extends Action
 
         $confirmUrl = common_local_url('register', array('code' => $confirm->code));
 
-        common_debug('Confirm URL is ' . $confirmUrl);
-
         $body = sprintf(_('Someone (probably you) has requested an account on %1$s using this email address.'.
                           "\n".
                           'To confirm the address, click the following URL or copy it into the address bar of your browser.'.