Skip to content

Commit 82f39ef

Browse files
committed
remove print
1 parent 45ba4c0 commit 82f39ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

titrate/upperlimits.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ def save_results(self, path, overwrite=False, **kwargs):
238238
"2sigma_minus_ul": two_sigma_minus_uls[ch_idx] * CS,
239239
"2sigma_plus_ul": two_sigma_plus_uls[ch_idx] * CS,
240240
}
241-
print(ul_dict)
242241
qtable = QTable(ul_dict)
243242
qtable.write(
244243
path,

0 commit comments

Comments
 (0)