Remove Data::Dumper
Was only used for debugging. Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
parent
2e6b130728
commit
78ea318122
@ -12,7 +12,6 @@
|
|||||||
use 5.26.0;
|
use 5.26.0;
|
||||||
|
|
||||||
use HTTP::Tiny;
|
use HTTP::Tiny;
|
||||||
use Data::Dumper;
|
|
||||||
|
|
||||||
my $buddy = $ENV{'BUDDYCHECK_HOST'};
|
my $buddy = $ENV{'BUDDYCHECK_HOST'};
|
||||||
die "Please set BUDDYCHECK_HOST\n" unless $buddy;
|
die "Please set BUDDYCHECK_HOST\n" unless $buddy;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user