From e1a5b7193a3afcd8cdef1159c8995f1a0c18b166 Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Sat, 24 Jan 2026 15:52:09 +0100 Subject: [PATCH] Remove debugging code. Signed-off-by: Thomas Hochstein --- ChangeLog | 1 + bin/yapfaq.pl | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2404154..20fd80a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ yapfaq 1.0.1 (unreleased) * Add %t placeholder for Message-ID (feature parity with 0.9). +* Remove debugging code. yapfaq 1.0.0 (2025-01-23) * Complete rewrite. diff --git a/bin/yapfaq.pl b/bin/yapfaq.pl index 1e8af2c..f88f014 100755 --- a/bin/yapfaq.pl +++ b/bin/yapfaq.pl @@ -32,8 +32,6 @@ use Path::Tiny; # CPAN use Getopt::Long qw(GetOptions); Getopt::Long::config ('bundling'); -use Data::Dumper; - # configuration ####################### # may be overwritten via ~/.yapfaqrc or command line my %Config;