From 9bfade75732793c5fbf8f6213fa6131c5bd78770 Mon Sep 17 00:00:00 2001
From: Evan Prodromou <evan@status.net>
Date: Mon, 18 Apr 2011 08:52:50 -0400
Subject: [PATCH] remove debugging comment from emailregister

---
 plugins/EmailRegistration/emailregister.php | 2 --
 1 file changed, 2 deletions(-)

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.'.
-- 
2.39.5