Remove debugging code.

Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
Thomas Hochstein 2026-01-24 15:52:09 +01:00
parent d770c7e3da
commit e1a5b7193a
2 changed files with 1 additions and 2 deletions

View file

@ -1,5 +1,6 @@
yapfaq 1.0.1 (unreleased) yapfaq 1.0.1 (unreleased)
* Add %t placeholder for Message-ID (feature parity with 0.9). * Add %t placeholder for Message-ID (feature parity with 0.9).
* Remove debugging code.
yapfaq 1.0.0 (2025-01-23) yapfaq 1.0.0 (2025-01-23)
* Complete rewrite. * Complete rewrite.

View file

@ -32,8 +32,6 @@ use Path::Tiny; # CPAN
use Getopt::Long qw(GetOptions); use Getopt::Long qw(GetOptions);
Getopt::Long::config ('bundling'); Getopt::Long::config ('bundling');
use Data::Dumper;
# configuration ####################### # configuration #######################
# may be overwritten via ~/.yapfaqrc or command line # may be overwritten via ~/.yapfaqrc or command line
my %Config; my %Config;