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.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rhctl/main.go b/src/rhctl/main.go
index 3ba8c45..809dd62 100644
--- a/src/rhctl/main.go
+++ b/src/rhctl/main.go
@@ -95,6 +95,7 @@ func main() {
}
servers = append(servers, server)
}
+ // TODO: re-enable this!
// if len(servers) <= 0 {
// rhl.Printf("Error: there is no playout server configured...")
// return