summaryrefslogtreecommitdiff
path: root/FS/FS/part_event/Action
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-09-25 10:58:01 -0700
committerIvan Kohler <ivan@freeside.biz>2016-09-25 10:58:01 -0700
commit148bca003b0b7238894dd9cd080c2d4fe0880d7c (patch)
treea80bb5dd6d80fa21c19132174866b7adf34343ba /FS/FS/part_event/Action
parentb9a83820479b1d68ddf753a0758084d385298816 (diff)
unused module
Diffstat (limited to 'FS/FS/part_event/Action')
-rw-r--r--FS/FS/part_event/Action/http.pm1
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 72a345d..f61c9e4 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;