diff options
-rw-r--r-- | httemplate/edit/prospect_main.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/httemplate/edit/prospect_main.html b/httemplate/edit/prospect_main.html index 8ae76a9a1..90f971a91 100644 --- a/httemplate/edit/prospect_main.html +++ b/httemplate/edit/prospect_main.html @@ -98,7 +98,6 @@ my $m2_error_callback = sub { 'contactnum' => $cgi->param("contactnum$num"), map { $_ => scalar($cgi->param("contactnum${num}_$_")) } @fields, }; - use Data::Dumper; warn Dumper $x; $x; } else { (); |