remove debugging accidentally left in
[freeside.git] / FS / FS / part_event / Action.pm
index c41af28..57239d7 100644 (file)
@@ -204,6 +204,7 @@ Returns the option fields as an (ordered) hash reference.
 sub option_fields_hashref {
   my $self = shift;
   tie my %hash, 'Tie::IxHash', $self->option_fields;
+  \%hash;
 }
 
 =item option_fields_listref