summaryrefslogtreecommitdiff
path: root/program/steps/addressbook/func.inc
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-08-03 12:54:50 +0200
committerAleksander Machniak <alec@alec.pl>2012-08-03 12:54:50 +0200
commite1cf53ef1845cdfbb315a8b1e1d5b820431eef8c (patch)
tree9690854a7363ee174036d1921dc177d4a0a44bc9 /program/steps/addressbook/func.inc
parent9763581d81af8e3112edc3617a7dc254cdadc3cf (diff)
Remove debug code
Diffstat (limited to 'program/steps/addressbook/func.inc')
-rw-r--r--program/steps/addressbook/func.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/addressbook/func.inc b/program/steps/addressbook/func.inc
index a80240b65..5f5fcc673 100644
--- a/program/steps/addressbook/func.inc
+++ b/program/steps/addressbook/func.inc
@@ -643,7 +643,7 @@ function rcmail_contact_form($form, $record, $attrib = null)
$val = $colprop['options'][$val];
else
$val = Q($val);
-console($val);
+
// use subtype as label
if ($colprop['subtypes'])
$label = rcmail_get_type_label($subtype);