From: Peter Rabbitson Date: Wed, 21 Jan 2009 13:56:49 +0000 (+0000) Subject: leftover debug X-Git-Tag: v0.08240~182 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cfe5321f7f4a5f7d718ce47818c0719d59a805f0;p=dbsrgits%2FDBIx-Class.git leftover debug --- diff --git a/t/103many_to_many_warning.t b/t/103many_to_many_warning.t index f98024c..fa38157 100644 --- a/t/103many_to_many_warning.t +++ b/t/103many_to_many_warning.t @@ -27,8 +27,6 @@ plan ( ($] >= 5.009000 and $] < 5.010001) my $code = gen_code ( suffix => 2, no_warn => 1 ); eval "$code"; -diag Dumper \@w; - ok ( (not grep { $_ =~ /The many-to-many relationship bars is trying to create/ } @w), "No warning triggered with relevant 'no warnings'"); }