diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-09-25 10:58:00 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-09-25 10:58:00 -0700 |
commit | 0630efac112baae897d0097f915f3bf87c579b61 (patch) | |
tree | 6adb2490de7e0d6009974c97923792d2ab84be78 | |
parent | 0100b27d2420fab3046114fdf092b09508a82a41 (diff) |
unused module
-rw-r--r-- | FS/FS/part_event/Action/http.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/FS/FS/part_event/Action/http.pm b/FS/FS/part_event/Action/http.pm index 72a345d6b..f61c9e418 100644 --- a/FS/FS/part_event/Action/http.pm +++ b/FS/FS/part_event/Action/http.pm @@ -3,7 +3,6 @@ use base qw( FS::part_event::Action ); use strict; use vars qw( $me ); -use Data::Dumper; use IO::Socket::SSL; use LWP::UserAgent; use HTTP::Request::Common; |