Removed debug variable

This commit is contained in:
Matthieu Grieger 2014-12-19 21:57:48 -08:00
parent 97a7b629eb
commit ae069c57ee

View file

@ -69,7 +69,7 @@ var dj = mumbledj{
}
func main() {
var address, port, username, password, channel, debug string
var address, port, username, password, channel string
flag.StringVar(&address, "server", "localhost", "address for Mumble server")
flag.StringVar(&port, "port", "64738", "port for Mumble server")