diff options
author | Struan Donald <struan@exo.org.uk> | 2019-05-13 12:11:48 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2019-05-14 11:18:34 +0100 |
commit | 3ba99b3858426914f851c8f262bf880edafff046 (patch) | |
tree | c204ffda9559f8c92967aa8d4964ea55baaa451b | |
parent | 345a03f5ad2d71948ca4383682a5549f3053486b (diff) |
[Oxfordshire] remove emergency response type from street lights
No longer required.
Fixes mysociety/community#94
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Oxfordshire.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm index 08482a0b3..cf36effc7 100644 --- a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm +++ b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm @@ -103,8 +103,6 @@ sub problem_response_days { my $self = shift; my $p = shift; - return 'emergency' if $p->category eq 'Street lighting'; - # Temporary, see https://github.com/mysociety/fixmystreetforcouncils/issues/291 return 0; |