Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Item14033: removed debug msg
  • Loading branch information
MichaelDaum committed Jun 3, 2016
1 parent 3651df7 commit 167cf69
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions JsonRpcContrib/lib/Foswiki/Request/JSON.pm
Expand Up @@ -244,8 +244,6 @@ sub initFromString {
%{ $this->{_jsondata} } =
( %{ $this->{_jsondata} }, %{ $this->json->decode($data) } );
};
_writeDebug(
"after jsondata=" . Data::Dumper::Dumper( $this->{_jsondata} ) );

if ($@) {
my $error = $@;
Expand Down

0 comments on commit 167cf69

Please sign in to comment.