From 76699a310278d5b52613f0a59a664c9213fa6668 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 26 Mar 2023 21:29:38 -0500 Subject: clean output Signed-off-by: Jeff Carr --- hostname.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'hostname.go') diff --git a/hostname.go b/hostname.go index 0690c2e..f035511 100644 --- a/hostname.go +++ b/hostname.go @@ -26,8 +26,6 @@ func getHostname() { return } if (me.fqdn != nil) { - // s = me.fqdn.GetText() - log("trying to update gui.Label") if (me.hostname != s) { me.fqdn.SetText(s) me.hostname = s -- cgit v1.2.3