Remove garbage

This commit is contained in:
Thomas Jager 2013-03-13 12:56:47 +01:00
parent 0bc57f9d68
commit 0e84fb331a

View File

@ -20,7 +20,6 @@ func TestConnection(t *testing.T) {
})
irccon.AddCallback("NICK", func(e *Event) {
irccon.Quit()
irccon.log.Printf("NICKdf\n")
if irccon.nickcurrent == "go-eventnewnick" {
t.Fatal("Nick change did not work!")
}