From: ivan Date: Wed, 29 Oct 2008 20:23:10 +0000 (+0000) Subject: remove debugging accidentally left in X-Git-Tag: root_of_webpay_support~277 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=4e23a3b052540f0d19673214ee0e2fff9f8a7815;p=freeside.git remove debugging accidentally left in --- 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 ]; }