summaryrefslogtreecommitdiff
path: root/FS/FS/contact.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-12-30 15:37:04 -0800
committerIvan Kohler <ivan@freeside.biz>2013-12-30 15:37:04 -0800
commit7b268e364a68b076e1f3bd3741159fb51759ee19 (patch)
tree3ccc2e3a1544466e75bc745b7c764c2739765998 /FS/FS/contact.pm
parentd535444f90993fb7b16928e3f2f342603016623b (diff)
self-service access for contacts, RT#25533
Diffstat (limited to 'FS/FS/contact.pm')
-rw-r--r--FS/FS/contact.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/FS/FS/contact.pm b/FS/FS/contact.pm
index 2a73b9c..d0dd8b7 100644
--- a/FS/FS/contact.pm
+++ b/FS/FS/contact.pm
@@ -471,8 +471,6 @@ sub by_selfservice_email {
" AND ( disabled IS NULL OR disabled = '' )",
}) or return '';
-warn $contact_email;
-
$contact_email->contact;
}