From 88794d7319fb2477f8bed0adc8ccb3d659955f06 Mon Sep 17 00:00:00 2001 From: Grassmunk Date: Wed, 3 Jun 2020 21:23:21 -0700 Subject: [PATCH] removing a debugging print i left in there --- installer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/installer.py b/installer.py index 7a29a40..aeadcae 100755 --- a/installer.py +++ b/installer.py @@ -275,7 +275,6 @@ class InstallGUI: print("Enabling Fonts in XFCE4") # LOL this is a lie we don't have to do anything elif from_file == "thunar" and self.copy_files["thunar"]: - print(os.path.expanduser("~/.themes/Chicago95/gtk-3.24/apps/thunar.css")) if os.path.exists(os.path.expanduser("~/.themes/Chicago95/gtk-3.24/apps/thunar.css")): print("Enabling authenticity in Thunar") shutil.move( os.path.expanduser("~/.themes/Chicago95/gtk-3.24/apps/thunar.css"),os.path.expanduser("~/.themes/Chicago95/gtk-3.24/apps/thunar.css.bak") )