From a7800bddd75b898d7dc95b629f87f51466cc0ab4 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sat, 19 Oct 2019 12:59:43 +0300 Subject: Remove unused method --- lib/App/Acmeman.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/App/Acmeman.pm b/lib/App/Acmeman.pm index a9efc6a..d0cc2a4 100644 --- a/lib/App/Acmeman.pm +++ b/lib/App/Acmeman.pm @@ -297,8 +297,6 @@ sub selected_domains { return grep { $self->{_selection}{$_} } $self->domains; } -sub challenge { shift->{_challenge} } - sub renew { my $self = shift; -- cgit v1.2.1