From: Rafael Kitover Date: Fri, 19 Feb 2010 11:59:37 +0000 (-0500) Subject: remove warn from test X-Git-Tag: 0.05003~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1a81648efbccd29f055f35e65995b44d98e56e3a;p=dbsrgits%2FDBIx-Class-Schema-Loader.git remove warn from test --- diff --git a/t/10sqlite_common.t b/t/10sqlite_common.t index e521a1e..19dd1f4 100644 --- a/t/10sqlite_common.t +++ b/t/10sqlite_common.t @@ -61,7 +61,6 @@ my $tester = dbixcsl_common_tests->new( is_deeply [ $source->primary_columns ], [ qw/event_id person_id/ ], 'composite primary key'; - warn "@{[ $source->relationships ]}\n"; is ($source->relationships, 2, '2 foreign key constraints found');