removed debugging code

This commit is contained in:
Heng Li 2014-10-24 14:51:05 -04:00
parent 7c362bef69
commit 7a8019e6ee
1 changed files with 0 additions and 2 deletions

View File

@ -236,8 +236,6 @@ function type_hla(w)
r.push([hla[i], k, hla[i]+'*'+max_x, max.toFixed(3), hla[i]+'*'+max_x2, max2.toFixed(3), hla[i]+'*'+max_x3, max3.toFixed(3)]);
}
}
for (var i = 0; i < r.length; ++i)
print(r[i].join("\t"));
return r;
}