From 1a5b9dbcb1e73bbfd0ebdc4ea1626745137ed34b Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Sun, 1 Jun 2025 10:53:52 +0200 Subject: [PATCH] Remove debugging code. Signed-off-by: Thomas Hochstein --- bin/gatherstats.pl | 1 - lib/NewsStats.pm | 1 - 2 files changed, 2 deletions(-) diff --git a/bin/gatherstats.pl b/bin/gatherstats.pl index 55c2dad..302e587 100755 --- a/bin/gatherstats.pl +++ b/bin/gatherstats.pl @@ -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'); diff --git a/lib/NewsStats.pm b/lib/NewsStats.pm index f50ba94..99bc185 100644 --- a/lib/NewsStats.pm +++ b/lib/NewsStats.pm @@ -51,7 +51,6 @@ require Exporter; SQLSetBounds SQLBuildClause GetMaxLength)]); $VERSION = '0.4.0'; -use Data::Dumper; use File::Basename; use Cwd qw(realpath);