X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FMaypole%2FModel%2FCDBI%2FAsForm.pm;h=47b0cbd424ded13c1a2a961b1bc40424e76e0cf7;hb=a4c30c9757a710511bcfabe5cad9a7390eabfbcd;hp=6ca422a0c8bdea4088f6f4a28647be8a5a667c60;hpb=58c9595d95477fa806c7876aa7bf80d1908bd22d;p=maypole.git diff --git a/lib/Maypole/Model/CDBI/AsForm.pm b/lib/Maypole/Model/CDBI/AsForm.pm index 6ca422a..47b0cbd 100644 --- a/lib/Maypole/Model/CDBI/AsForm.pm +++ b/lib/Maypole/Model/CDBI/AsForm.pm @@ -1092,7 +1092,6 @@ sub _select_guts { #$args->{stringify} ||= 'stringify_selectbox'; $args->{selected} = _hash_selected($args) if defined $args->{selected}; - warn "*** Dumpe of selected " . Dumper( $args->{selected} ); my $name = $args->{name} || $col; my $a = HTML::Element->new('select', name => $name); $a->attr( %{$args->{attr}} ) if $args->{attr};