Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
small change
  • Loading branch information
csw11004 committed Mar 6, 2015
1 parent 8ea12e2 commit b5816fb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions VQI_GenomeBrowser.js
Expand Up @@ -404,10 +404,6 @@ function VQI_GenomeBrowser(id) {
exon[indexArray.start] = parseInt(exon[indexArray.exonStarts][i]);
exon[indexArray.end] = parseInt(exon[indexArray.exonEnds][i]);
exons.push(exon);
if(index == 1)
{
console.log(exon);
}

}
});
Expand Down

0 comments on commit b5816fb

Please sign in to comment.