diff --git a/python/snpSelector.py b/python/snpSelector.py index f5599b8f4..6c8ebc7a8 100755 --- a/python/snpSelector.py +++ b/python/snpSelector.py @@ -249,7 +249,7 @@ def calculateBinsForValues(values, field, minValue, maxValue, partitions): bins[-1][1] = bin[0] bins[-1][2] += curSize - print 'Returning ', bins + #print 'Returning ', bins #sys.exit(1) return bins