Removed web interface as it is unfinshed

This commit is contained in:
MichaelOultram 2015-08-15 18:05:53 +01:00
parent 03cb8a9ab5
commit 500bf8696a

View file

@ -174,8 +174,6 @@ var dj = mumbledj{
cache: NewSongCache(),
}
var web *WebServer
// main primarily performs startup tasks. Grabs and parses commandline
// args, sets up the gumble client and its listeners, and then connects to the server.
func main() {
@ -251,10 +249,5 @@ func main() {
Verbose("Testing is enabled")
Test(password, address, port, strings.Split(accesstokens, " "))
}
if isNil(web) {
Verbose("WEB IS NIL")
}
<-dj.keepAlive
}