Remove debug code.
This commit is contained in:
parent
a874b0201e
commit
454ac13a4b
1 changed files with 0 additions and 2 deletions
|
|
@ -189,8 +189,6 @@ sub get_tables : Test(1) {
|
||||||
my $test = shift;
|
my $test = shift;
|
||||||
note "get_tables";
|
note "get_tables";
|
||||||
my @tables = $test->class->meta->get_tables;
|
my @tables = $test->class->meta->get_tables;
|
||||||
use Data::Dumper;
|
|
||||||
diag Dumper \@tables;
|
|
||||||
cmp_bag(
|
cmp_bag(
|
||||||
\@tables,
|
\@tables,
|
||||||
$test->list_of_tables,
|
$test->list_of_tables,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue