From 5ea8d49f141f69c3faa15f39497a3d4bb7ef994a Mon Sep 17 00:00:00 2001 From: kramo <93832451+kra-mo@users.noreply.github.com> Date: Sat, 8 Apr 2023 09:33:05 +0200 Subject: [PATCH] Remove debugging print --- src/window.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/window.py b/src/window.py index ac82254..8f0b4e8 100644 --- a/src/window.py +++ b/src/window.py @@ -340,7 +340,6 @@ class CartridgesWindow(Adw.ApplicationWindow): self.overview_blurred_cover.set_opacity( 0.2 + (sum(luminances) / len(luminances) + min(luminances)) / 2 ) - print(sum(luminances) / len(luminances)) def a_z_sort(self, child1, child2): name1 = child1.get_first_child().name.lower()