summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FS/FS/part_event/Action.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/FS/FS/part_event/Action.pm b/FS/FS/part_event/Action.pm
index 9dcde5a61..57239d78e 100644
--- a/FS/FS/part_event/Action.pm
+++ b/FS/FS/part_event/Action.pm
@@ -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 ];
}