summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrr1
1 files changed, 0 insertions, 1 deletions
diff --git a/rr b/rr
index 2faec7b..87938ae 100755
--- a/rr
+++ b/rr
@@ -29,7 +29,6 @@ windows.each { |w|
}
}
ng_by_n.each_with_index { |ng,j|
- puts ng.to_s
singletons = ng.reject { |k,v| v > 1 }.size
enums[j] += ng.size - singletons
denoms[j] += ng.size.to_f