Remove debug code from Codearea
This commit is contained in:
parent
bdfe44dec3
commit
541b8a4416
1 changed files with 0 additions and 1 deletions
|
|
@ -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 );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue