Skip to content

Commit

Permalink
disable console print
Browse files Browse the repository at this point in the history
  • Loading branch information
yuj12001 committed Jul 10, 2015
1 parent c98054d commit 52bc3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VQI_GenomeBrowser.js
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ function VQI_GenomeBrowser(id) {
}

}).success(function (returnData) {
console.log(returnData);
//console.log(returnData);
var i = getTrackIndexByName("HG19");
trackList[i] = returnData[0][0];
trackList[i]['name'] = "HG19";
Expand Down

0 comments on commit 52bc3c5

Please sign in to comment.