summaryrefslogtreecommitdiff
path: root/hostname.go
diff options
context:
space:
mode:
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