Skip to content

Commit

Permalink
remove coment out lines
Browse files Browse the repository at this point in the history
  • Loading branch information
makamaka committed Mar 19, 2010
1 parent db08f46 commit 339bbc0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions lib/JSON/PP.pm
Expand Up @@ -332,17 +332,6 @@ sub allow_bigint {
}
}

=pod
if ( blessed( $result ) and $obj eq $result ) {
encode_error( sprintf(
"%s::TO_JSON method returned same object as was passed instead of a new one",
ref $obj
) );
}
=cut

return $self->object_to_json( $result );
}

Expand Down

0 comments on commit 339bbc0

Please sign in to comment.