forgot to remove debug print statement

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@823 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
asivache 2009-05-26 21:38:27 +00:00
parent 568a0d3c27
commit ab7bb5800a
1 changed files with 2 additions and 2 deletions

View File

@ -76,8 +76,8 @@ public class rodRefSeq extends BasicReferenceOrderedDatum {
for ( RefSeqRecord r : records ) {
b.append(' ');
b.append(r.getTranscriptId());
b.append("; "+ r.getNumExons() + " exons: ");
for ( GenomeLoc e : r.getExons() ) b.append(" " + e);
// b.append("; "+ r.getNumExons() + " exons: ");
// for ( GenomeLoc e : r.getExons() ) b.append(" " + e);
}
return b.toString();
}