remove debugging comment from emailregister

This commit is contained in:
Evan Prodromou 2011-04-18 08:52:50 -04:00
parent 206376cf10
commit 9bfade7573

View File

@ -319,8 +319,6 @@ class EmailregisterAction extends Action
$confirmUrl = common_local_url('register', array('code' => $confirm->code)); $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.'. $body = sprintf(_('Someone (probably you) has requested an account on %1$s using this email address.'.
"\n". "\n".
'To confirm the address, click the following URL or copy it into the address bar of your browser.'. 'To confirm the address, click the following URL or copy it into the address bar of your browser.'.