remove unreachable code (go vet)

This commit is contained in:
Noah Zoschke 2018-01-26 08:52:01 -08:00
parent d5a7560cdc
commit 08b8a98248

@ -106,7 +106,6 @@ func whichLexer(path string) string {
return "console"
}
panic("No lexer for " + path)
return ""
}
func debug(msg string) {