aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-184/luca-ferrari/postgresql/ch-2.plperl1
1 files changed, 0 insertions, 1 deletions
diff --git a/challenge-184/luca-ferrari/postgresql/ch-2.plperl b/challenge-184/luca-ferrari/postgresql/ch-2.plperl
index be6b45cc9e..3273dda67d 100644
--- a/challenge-184/luca-ferrari/postgresql/ch-2.plperl
+++ b/challenge-184/luca-ferrari/postgresql/ch-2.plperl
@@ -13,7 +13,6 @@ my @numbers;
my @letters;
for my $current_string ( @{ $_[0] } ) {
- elog(INFO, "$current_string" );
my @parts = split //, $current_string;
for ( @parts ) {