aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Open311/GetServiceRequestUpdates.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perllib/Open311/GetServiceRequestUpdates.pm')
-rw-r--r--perllib/Open311/GetServiceRequestUpdates.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/perllib/Open311/GetServiceRequestUpdates.pm b/perllib/Open311/GetServiceRequestUpdates.pm
index fa852a80d..bef1aca67 100644
--- a/perllib/Open311/GetServiceRequestUpdates.pm
+++ b/perllib/Open311/GetServiceRequestUpdates.pm
@@ -44,10 +44,6 @@ sub fetch {
$endpoints->{update} = 'update.xml';
$endpoints->{service_request_updates} = 'update.xml';
$o->endpoints( $endpoints );
- } elsif ( $body->areas->{$AREA_ID_OXFORDSHIRE} ) {
- my $endpoints = $o->endpoints;
- $endpoints->{service_request_updates} = 'open311_service_request_update.cgi';
- $o->endpoints( $endpoints );
}
$self->suppress_alerts( $body->suppress_alerts );