diff options
-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; |