mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Remove debug prints
This commit is contained in:
@@ -3,4 +3,4 @@ import subprocess
|
||||
import os
|
||||
|
||||
def show_orphans_window():
|
||||
print("hi")
|
||||
x = 12 # place holder until I properly seperate the files
|
||||
@@ -64,7 +64,6 @@ class FlattoolGuiWindow(Adw.ApplicationWindow):
|
||||
icon_theme.add_search_path(host_home + "/.local/share/flatpak/exports/share/icons")
|
||||
|
||||
def main_pulser(self):
|
||||
print("main pulse")
|
||||
if self.should_pulse:
|
||||
self.main_progress_bar.pulse()
|
||||
GLib.timeout_add(500, self.main_pulser)
|
||||
|
||||
Reference in New Issue
Block a user