diff --git a/measureComb.py b/measureComb.py
index b9b878892766af06df16ba6c5f65896f197c8902..41503876d2be92a8afa95c52aa80e945478ed5dd 100755
--- a/measureComb.py
+++ b/measureComb.py
@@ -219,8 +219,10 @@ def combSpectrum(targetDirectory, flag):
     lengthofArray = beforeArray.shape[0]
     print [str(timeArray[i]) for i in range(lengthofArray) \
     if ((sum(afterArray[i, :]) > 7e-21))]
-    print [sum(afterArray[i, :]) for i in range(lengthofArray)\
-    if (timeArray[i] > 931386300 and timeArray[i] < 931389100)]
+    #print [sum(afterArray[i, :]) for i in range(lengthofArray)\
+    #if (timeArray[i] > 931386300 and timeArray[i] < 931389100)]
+    print [str(timeArray[i]) for i in range(lengthofArray) \
+    if ((sum(afterArray[i, 23:-1]) > 2.8e-21))]
 
     histBins = 1e-24 * np.arange(50., 101.) 
     plt.figure()