From 541b8a4416a622ad235ac3b9cea232bd4fb7f714 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 3 Sep 2009 13:46:27 -0700 Subject: [PATCH] Remove debug code from Codearea --- lib/WebGUI/Form/Codearea.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/WebGUI/Form/Codearea.pm b/lib/WebGUI/Form/Codearea.pm index c24b8f0fc..af9a1bcec 100644 --- a/lib/WebGUI/Form/Codearea.pm +++ b/lib/WebGUI/Form/Codearea.pm @@ -124,7 +124,6 @@ Return the value, HTML decoded sub getValue { my ( $self, @args ) = @_; my $value = $self->SUPER::getValue( @args ); - $self->session->log->warn( $value ); return decode_entities( $value ); }