aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-10-08 15:01:08 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-10-09 11:55:37 +0100
commit67190a155ece50b95941fcfff453fe140ab1bb75 (patch)
tree152c6c4d047b2017fff396eedd9a080f2e7cb528 /bin
parent7a0e456e59041b90b527934777f449518ea54065 (diff)
[Open311] Move send-comments cobrand specific code
Diffstat (limited to 'bin')
-rwxr-xr-xbin/send-comments6
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/send-comments b/bin/send-comments
index 53afeb045..665f377bc 100755
--- a/bin/send-comments
+++ b/bin/send-comments
@@ -23,13 +23,7 @@ use Open311::PostServiceRequestUpdates;
my ($verbose, $nomail) = CronFns::options();
-# Set up site, language etc.
-my $base_url = FixMyStreet->config('BASE_URL');
-my $site = '';
-$site = 'fixmystreet.com' if $base_url eq "https://www.fixmystreet.com";
-
my $updates = Open311::PostServiceRequestUpdates->new(
- site => $site,
verbose => $verbose,
);
$updates->send;