Remove debug input from JsonTable
This commit is contained in:
parent
30ce628d56
commit
5ac6a9749e
1 changed files with 0 additions and 1 deletions
|
|
@ -113,7 +113,6 @@ sub getValue {
|
|||
my ( $self, $value ) = @_;
|
||||
$value ||= $self->SUPER::getValue;
|
||||
|
||||
$self->session->log->info( "JsonTable Got $value from form" );
|
||||
$value = JSON->new->decode( $value );
|
||||
|
||||
for my $row ( @{$value} ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue