diff options
author | Dave Arter <davea@mysociety.org> | 2016-03-29 18:27:00 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2016-03-29 18:27:00 +0100 |
commit | a33044d7e0eab9278a1b03e5ef5694749f3f955b (patch) | |
tree | 1e546c209c6c8f5d193e48a1cdcec1b6f8ef6970 | |
parent | e994554ec343239c4c5235338f5fd04046f247b8 (diff) |
[Angus] Remove two unnecessary lines that caused Encode warnings
-rw-r--r-- | perllib/FixMyStreet/SendReport/Angus.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/SendReport/Angus.pm b/perllib/FixMyStreet/SendReport/Angus.pm index 4373c3c37..15441cc1f 100644 --- a/perllib/FixMyStreet/SendReport/Angus.pm +++ b/perllib/FixMyStreet/SendReport/Angus.pm @@ -148,8 +148,6 @@ sub send { my $authresult = $angus_service->AuthenticateJADU(); my $authtoken = $self->get_auth_token( $authresult ); # authenticationtoken, CallerId, CallerAddressId, DeliveryId, DeliveryAddressId, CRMRequestType, JADUXFormRef, PaymentRef, JADUFormFields - my $message = ent(encode_utf8($h->{message})); - my $name = ent(encode_utf8($h->{name})); my $result = $angus_service->CreateServiceRequest( $authtoken, '1', '1', '1', '1', $self->crm_request_type($row, $h), 'FMS', '', $self->jadu_form_fields($row, $h) |