Remove debugging code.

Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
Thomas Hochstein 2025-06-01 10:53:52 +02:00
parent cff76a3c65
commit 1a5b9dbcb1
2 changed files with 0 additions and 2 deletions

View file

@ -23,7 +23,6 @@ use warnings;
use NewsStats qw(:DEFAULT :TimePeriods ListNewsgroups ParseHierarchies ReadGroupList ParseHeaders);
use DBI;
use Data::Dumper;
use Encode qw(decode encode);
use Getopt::Long qw(GetOptions);
Getopt::Long::config ('bundling');

View file

@ -51,7 +51,6 @@ require Exporter;
SQLSetBounds SQLBuildClause GetMaxLength)]);
$VERSION = '0.4.0';
use Data::Dumper;
use File::Basename;
use Cwd qw(realpath);