Skip to content

Commit

Permalink
turn off console log
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyao00 committed Mar 24, 2023
1 parent 82adb99 commit bd406c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LDlink/LDlink-5.5.2.js
Original file line number Diff line number Diff line change
Expand Up @@ -4805,7 +4805,7 @@ function addLDpairHyperLinks(data) {
//url = server + rs_number;
// snp1-rsum
rs_number = data.snp1.rsnum.substring(2);
console.log(data)
//console.log(data)
params = {
rs : rs_number
};
Expand Down

0 comments on commit bd406c7

Please sign in to comment.