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

@ -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;