Skip to content

Commit 79f92d9

Browse files
committed
Removed print statement
1 parent 66913f9 commit 79f92d9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

activity_browser/ui/widgets/cutoff_menu.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ def cutoff_slider_cum_percent_check(self, editor: str):
271271
cutoff = abs(int(self.sliders.cum_percent.value()))
272272
self.cutoff_slider_line.setText(str(cutoff))
273273
self.cutoff_slider_line.blockSignals(False)
274-
print("cutoff sl", cutoff)
275274

276275
# if called by line edit
277276
elif editor == "le":

0 commit comments

Comments
 (0)