remove verbose lines

This commit is contained in:
piotr
2024-03-17 01:53:20 +01:00
parent d8aac5da8b
commit bbeac1059d

View File

@@ -33,7 +33,6 @@ class KeyboardLayout(Gtk.EventBox):
self.label = Gtk.Label.new("")
self.icon_path = None
print("KeyboardLayout module")
if os.getenv("SWAYSOCK"):
from i3ipc import Connection
self.i3 = Connection()