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

Removed debug

parent 415c5449
No related branches found
No related tags found
No related merge requests found
......@@ -180,12 +180,7 @@ sub add_xref {
foreach my $array (@{$feature->probe()->get_all_Arrays()}) {
if (@arrays && find_in_list($array, @arrays,) == -1 ) {
print $array " not in list, skipping\n";
next;
} else {
print "Using $array\n";
}
next if (@arrays && find_in_list($array->name(), @arrays,) == -1 );
# TODO - get db name from array name; for now just use AFFY_HG_U133A
......
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