From: Evan Prodromou Date: Mon, 18 Apr 2011 12:52:50 +0000 (-0400) Subject: remove debugging comment from emailregister X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9bfade75732793c5fbf8f6213fa6131c5bd78770;p=quix0rs-gnu-social.git remove debugging comment from emailregister --- diff --git a/plugins/EmailRegistration/emailregister.php b/plugins/EmailRegistration/emailregister.php index a41b126669..4c97434165 100644 --- a/plugins/EmailRegistration/emailregister.php +++ b/plugins/EmailRegistration/emailregister.php @@ -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.'.