aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/root.t
diff options
context:
space:
mode:
Diffstat (limited to 't/app/controller/root.t')
-rw-r--r--t/app/controller/root.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/app/controller/root.t b/t/app/controller/root.t
index b5f8ba031..85119da24 100644
--- a/t/app/controller/root.t
+++ b/t/app/controller/root.t
@@ -75,7 +75,6 @@ FixMyStreet::override_config {
};
subtest "check_login_disallowed cobrand hook" => sub {
- warn '#' x 50 . "\n";
my $cobrand = Test::MockModule->new('FixMyStreet::Cobrand::Default');
$cobrand->mock('check_login_disallowed', sub {
my $self = shift;