diff options
| author | Jeff Carr <[email protected]> | 2023-03-26 21:29:38 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-03-26 21:29:38 -0500 |
| commit | 91787b9121e68620cb589a403c044b40c1ad3d8d (patch) | |
| tree | 0b95d368b4251e83926d64aa423057f4a733dae8 /hostname.go | |
| parent | 81cb8bad80da03ec827ee6befb93b41262f72aa2 (diff) | |
clean output
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'hostname.go')
| -rw-r--r-- | hostname.go | 2 |
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 |
