Remove commented code, spurious deps.
[dbsrgits/DBIx-Class-ResultSource-MultipleTableInheritance.git] / t / 04no_sequence_defined.t
index 4d84dc3..d350359 100644 (file)
@@ -4,7 +4,6 @@ use lib 't/lib';
 use Test::More qw(no_plan);
 use Test::Exception;
 use NoSequenceSalad;
-use Devel::Dwarn;
 
 BEGIN {
     $ENV{DBIC_TRACE} = 0;
@@ -49,7 +48,6 @@ lives_ok {
 
 my $sqlt_object = $schema->{sqlt};
 
-#diag Dwarn $sqlt_object;
 is_deeply(
     [ map { $_->name } $sqlt_object->get_views ],
     [   qw/