Remove debug code.

This commit is contained in:
Colin Kuskie 2010-03-22 16:50:26 -07:00
parent a874b0201e
commit 454ac13a4b

View file

@ -189,8 +189,6 @@ sub get_tables : Test(1) {
my $test = shift;
note "get_tables";
my @tables = $test->class->meta->get_tables;
use Data::Dumper;
diag Dumper \@tables;
cmp_bag(
\@tables,
$test->list_of_tables,