diff --git a/cmd/soar/soar.go b/cmd/soar/soar.go index 01d0457b1cc6f7392dcd2b969bd6a9d41fde5b84..94d634f62f0dede365615b05b6e27e759bb689f2 100644 --- a/cmd/soar/soar.go +++ b/cmd/soar/soar.go @@ -217,7 +217,6 @@ func main() { case "tables": continue case "query-type": - fmt.Println(syntaxErr) // query type by first key word fmt.Println(ast.QueryType(sql)) continue