removed debugging code

This commit is contained in:
Heng Li 2023-01-06 11:16:09 -05:00
parent 226fd6114c
commit 16b8d50199
1 changed files with 0 additions and 1 deletions

View File

@ -3022,7 +3022,6 @@ function paf_misjoin(args)
function test_cen_point(cen, chr, x) {
var b = cen[chr];
if (b == null) return false;
print(x, b[0][0], b[0][1]);
for (var j = 0; j < b.length; ++j)
if (x >= b[j][0] && x < b[j][1])
return true;