Removed web interface as it is unfinshed
This commit is contained in:
parent
03cb8a9ab5
commit
500bf8696a
7
main.go
7
main.go
|
@ -174,8 +174,6 @@ var dj = mumbledj{
|
||||||
cache: NewSongCache(),
|
cache: NewSongCache(),
|
||||||
}
|
}
|
||||||
|
|
||||||
var web *WebServer
|
|
||||||
|
|
||||||
// main primarily performs startup tasks. Grabs and parses commandline
|
// main primarily performs startup tasks. Grabs and parses commandline
|
||||||
// args, sets up the gumble client and its listeners, and then connects to the server.
|
// args, sets up the gumble client and its listeners, and then connects to the server.
|
||||||
func main() {
|
func main() {
|
||||||
|
@ -251,10 +249,5 @@ func main() {
|
||||||
Verbose("Testing is enabled")
|
Verbose("Testing is enabled")
|
||||||
Test(password, address, port, strings.Split(accesstokens, " "))
|
Test(password, address, port, strings.Split(accesstokens, " "))
|
||||||
}
|
}
|
||||||
|
|
||||||
if isNil(web) {
|
|
||||||
Verbose("WEB IS NIL")
|
|
||||||
}
|
|
||||||
|
|
||||||
<-dj.keepAlive
|
<-dj.keepAlive
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue