Skip to content
Snippets Groups Projects
Commit 50cdb43e authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Removed debug.

parent 101b4954
No related branches found
No related tags found
No related merge requests found
......@@ -129,14 +129,10 @@ ok(scalar(@{$exon->get_all_supporting_features} == $count));
debug ("Exon->list_dbIDs");
my $ids = $exonad->list_dbIDs();
ok (@{$ids});
foreach my $id (@$ids) {
print "$id\n";
}
debug ("Exon->list_stable_dbIDs");
my $stable_ids = $exonad->list_stable_dbIDs();
ok (@{$stable_ids});
foreach my $sid (@$stable_ids) {
print "$sid\n";
}
$multi->restore();
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment