aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--ui/confview.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/confview.go b/ui/confview.go
index 7d1996b6..8e28e83e 100644
--- a/ui/confview.go
+++ b/ui/confview.go
@@ -480,10 +480,6 @@ func (cv *ConfView) SetTunnel(tunnel *service.Tunnel) {
var config conf.Config
var state service.TunnelState
if tunnel != nil {
- title := "Interface: " + tunnel.Name
- if title != cv.name.Title() {
- //TODO: display some sort of loading screen here!
- }
go func() {
if state, _ = tunnel.State(); state == service.TunnelStarted {
config, _ = tunnel.RuntimeConfig()