remove debugging accidentally left in
authorivan <ivan>
Wed, 29 Oct 2008 20:23:10 +0000 (20:23 +0000)
committerivan <ivan>
Wed, 29 Oct 2008 20:23:10 +0000 (20:23 +0000)
FS/FS/part_event/Action.pm

index 9dcde5a..57239d7 100644 (file)
@@ -216,7 +216,6 @@ Returns just the option field names as a list reference.
 sub option_fields_listref {
   my $self = shift;
   my $hashref = $self->option_fields_hashref;
-  warn $hashref;
   [ keys %$hashref ];
 }