aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-190/luca-ferrari/postgresql/ch-1.plperl1
1 files changed, 0 insertions, 1 deletions
diff --git a/challenge-190/luca-ferrari/postgresql/ch-1.plperl b/challenge-190/luca-ferrari/postgresql/ch-1.plperl
index 4c725c0c7e..45686303b3 100644
--- a/challenge-190/luca-ferrari/postgresql/ch-1.plperl
+++ b/challenge-190/luca-ferrari/postgresql/ch-1.plperl
@@ -8,7 +8,6 @@ pwc190.task1_plperl( text )
RETURNS int
AS $CODE$
my ( $word ) = @_;
- elog( INFO, "Word $word ");
return 1 if ( $word =~ / ^ [A-Z] [a-z]+ $ /x
|| $word =~ / ^ [a-z]+ $ /x
|| $word =~ / ^ [A-Z]+ $ /x );