Remove FIXME comment
authorfbriere <fbriere>
Mon, 13 Feb 2006 23:34:16 +0000 (23:34 +0000)
committerfbriere <fbriere>
Mon, 13 Feb 2006 23:34:16 +0000 (23:34 +0000)
InternetSecure.pm

index a4cd4ed..1442894 100755 (executable)
@@ -230,9 +230,6 @@ sub parse_response {
 
        $self->server_response($response);
        
 
        $self->server_response($response);
        
-       # FIXME: It's not quite clear whether there should be some decoding, or
-       # if the result is already utf8.)
-
        $response = xml_in($response,
                        ForceArray => [qw(product flag)],
                        GroupTags => { qw(Products product flags flag) },
        $response = xml_in($response,
                        ForceArray => [qw(product flag)],
                        GroupTags => { qw(Products product flags flag) },