Removing debug line.

This commit is contained in:
Sergiotarxz 2023-09-05 18:06:01 +02:00
parent 176a5037de
commit 7912397d67
1 changed files with 0 additions and 1 deletions

View File

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