From 7912397d67b5a5f3b6208c4aeb6d1ba42f608720 Mon Sep 17 00:00:00 2001 From: Sergiotarxz Date: Tue, 5 Sep 2023 18:06:01 +0200 Subject: [PATCH] Removing debug line. --- lib/BurguillosInfo/IndexUtils.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/BurguillosInfo/IndexUtils.pm b/lib/BurguillosInfo/IndexUtils.pm index 8249ddc..46b9e83 100644 --- a/lib/BurguillosInfo/IndexUtils.pm +++ b/lib/BurguillosInfo/IndexUtils.pm @@ -80,7 +80,6 @@ sub normalize ( $self, $text ) { $decomposed =~ s/os\b//g; $decomposed =~ s/ecer\b//g; $decomposed =~ s/ific\b//g; - say STDERR $decomposed; return $decomposed; }