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
commit76699a310278d5b52613f0a59a664c9213fa6668 (patch)
treef2ee5cd363b05d0a52063459b62d12ee97047072 /hostname.go
parentb74c46b031f9183c086d8b82157d7183251461ac (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