Skip to content

Commit 0e9c5e2

Browse files
committed
Refactored
1 parent 07c87ce commit 0e9c5e2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

layouts/fields/checkbox.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
defined('_JEXEC') or die;
1010
extract($displayData);
1111
$options = ModJDSimpleContactFormHelper::getOptions($field->options);
12-
13-
// die(print_r(empty(trim($field->custom_error))));
14-
1512
$attrs = [];
1613
if ($field->required) {
1714
$attrs[] = 'required';

0 commit comments

Comments
 (0)