summaryrefslogtreecommitdiff
path: root/hostname.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-03-26 21:29:38 -0500
committerJeff Carr <[email protected]>2023-03-26 21:29:38 -0500
commit91787b9121e68620cb589a403c044b40c1ad3d8d (patch)
tree0b95d368b4251e83926d64aa423057f4a733dae8 /hostname.go
parent81cb8bad80da03ec827ee6befb93b41262f72aa2 (diff)
clean output
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'hostname.go')
-rw-r--r--hostname.go2
1 files changed, 0 insertions, 2 deletions
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