Removing debug line.

This commit is contained in:
Sergiotarxz 2023-09-05 17:33:13 +02:00
parent 147914c9ee
commit e50816eee1
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ sub normalize($self, $text) {
ante|ario|ente|rgir|ento|errimo|ible|ico|ifico|il|ino|isimo|ivo|izo|oso|ecer|
ificar|izar|es|as|os|e|o|a
)\b//xg;
say STDERR $decomposed;
return $decomposed;
}