comment out debugging output
This commit is contained in:
parent
910e191fb4
commit
03c79ce1d0
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ SKIP: {
|
|||
}
|
||||
|
||||
foreach my $asset ( @assets ) {
|
||||
diag("Checking $asset");
|
||||
#diag("Checking $asset");
|
||||
eval "use $asset";
|
||||
my $def = $asset->definition($session);
|
||||
my $tableName = $def->[0]->{tableName};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue