diff options
author | Struan Donald <struan@exo.org.uk> | 2012-04-02 17:30:52 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-04-02 17:30:52 +0100 |
commit | ac69b1dda48806c806ce96e399e06fc5557072c8 (patch) | |
tree | 5b1443b4ac42a3b19f14e9c412551462009843a8 | |
parent | cfa337b7d1165d81a1eb1907f8555df1a55633c1 (diff) |
remove debug
-rw-r--r-- | t/app/controller/report_new.t | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/t/app/controller/report_new.t b/t/app/controller/report_new.t index 9f4807284..1e751997b 100644 --- a/t/app/controller/report_new.t +++ b/t/app/controller/report_new.t @@ -828,9 +828,6 @@ for my $test ( my $extras = $report->extra; is_deeply $extras, $test->{extra}, 'extra contains correct values'; - use Data::Printer; - p $extras; - $user->problems->delete; $user->delete; }; |