diff --git a/src/send.py b/src/send.py index 3904cae..5833fd6 100644 --- a/src/send.py +++ b/src/send.py @@ -23,7 +23,7 @@ def __init__(self): # GSettings key settings = Gio.Settings.new(self.BASE_KEY) self.post_address = settings.get_string("ipaddress") - print(self.post_address) + # print(self.post_address) def show_window(self): self.window = Gtk.Window(type=Gtk.WindowType.TOPLEVEL)