Remove debug prints

This commit is contained in:
heliguy
2023-09-05 03:18:16 -04:00
parent 86f24f3c5a
commit 5bb9d9ed7d
2 changed files with 1 additions and 2 deletions

View File

@@ -3,4 +3,4 @@ import subprocess
import os
def show_orphans_window():
print("hi")
x = 12 # place holder until I properly seperate the files

View File

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