commit:     41a51364e07db18d5e7e32bf33f40e57962b43f3
Author:     Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo 
<DOT> org>
AuthorDate: Sat Jun 25 13:58:10 2022 +0000
Commit:     Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 13:58:10 2022 +0000
URL:        https://gitweb.gentoo.org/proj/elections.git/commit/?id=41a51364

Drop patch from repo.

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> 
gentoo.org>

 votify-print.patch | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/votify-print.patch b/votify-print.patch
deleted file mode 100644
index 2055ba1..0000000
--- a/votify-print.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff --git a/Votify.pm b/Votify.pm
-index 8e0fe1a..d8c7d22 100644
---- a/Votify.pm
-+++ b/Votify.pm
-@@ -84,9 +84,14 @@ sub get_elections_list {
-        substr($_, 0, 1) ne ".";
-     } grep {
-         my $valid_election_dir = validate_election_dir($_);
-+              print "$_ is a valid_election_dir\n" if defined 
$valid_election_dir;
-         defined $valid_election_dir;
-     } readdir D;
-     closedir D;
-+      print "These are the contents of the elections array:\n";
-+      foreach (@elections) {
-+              print "$_\n";
-+      }
-     return @elections;
- }
- 

Reply via email to