diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2013-09-05 12:39:30 +0100 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2013-09-10 15:40:08 +0100 |
commit | a58b3d800651ea15cfc4b3b0284ea9657e52ea01 (patch) | |
tree | 1b301c0ee6a6e3f78edec1a5a54f5279199869cd | |
parent | e4763fa9b0a2f12c9538b013420f7f29dbb4496a (diff) |
[Zurich] remove debugging from test
-rw-r--r-- | t/cobrand/zurich.t | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/t/cobrand/zurich.t b/t/cobrand/zurich.t index 9d9ffea7e..a583a2ec2 100644 --- a/t/cobrand/zurich.t +++ b/t/cobrand/zurich.t @@ -62,9 +62,6 @@ my @reports = $mech->create_problems_for_body( 1, 2, 'Test', { my $report = $reports[0]; $mech->get_ok( '/report/' . $report->id ); -#diag "------------------------------\n"; -#diag $mech->content(); -#diag "------------------------------\n"; $mech->content_contains('Überprüfung ausstehend'); # Check logging in to deal with this report |