Remove debugging print

This commit is contained in:
kramo
2023-04-08 09:33:05 +02:00
parent cccc4744ac
commit 5ea8d49f14

View File

@@ -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()