summaryrefslogtreecommitdiff
path: root/src/rhctl/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/rhctl/main.go')
-rw-r--r--src/rhctl/main.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/rhctl/main.go b/src/rhctl/main.go
index 4638293..23a7f13 100644
--- a/src/rhctl/main.go
+++ b/src/rhctl/main.go
@@ -116,11 +116,6 @@ func main() {
}(server)
}
- // TODO: remove this after testing server interface
- for {
- rhl.Printf("new server state: %+v", <-servers[0].Updates)
- }
-
<-stop
rhl.Printf("at least one essential part has stopped - bringing down the whole process")
}