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;