mirror of
https://github.com/lh3/minimap2.git
synced 2026-09-15 13:07:55 +08:00
removed debugging code
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user