diff options
author | ivan <ivan> | 2008-10-29 20:23:10 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-10-29 20:23:10 +0000 |
commit | 4e23a3b052540f0d19673214ee0e2fff9f8a7815 (patch) | |
tree | 69a92fb853b55c4d1e58e7fcfa71c8666cb15b4b /FS | |
parent | 686459dd7e8e2e30c4a71440bf845ed67be0da47 (diff) |
remove debugging accidentally left in
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/part_event/Action.pm | 1 |
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 ]; } |