diff --git a/db/socket.go b/db/socket.go index aa04fe0b..4ec96b83 100644 --- a/db/socket.go +++ b/db/socket.go @@ -56,7 +56,7 @@ func flush(id string) { }() } -// IMPORTANT remove this when distributed +// TODO remove this when distributed // We need to remove this when moving // to a distributed cluster as // websockets might be managed by an diff --git a/sql/exprs.go b/sql/exprs.go index 0ec64faa..780fe5f8 100644 --- a/sql/exprs.go +++ b/sql/exprs.go @@ -950,8 +950,6 @@ func (p *parser) parseSubp() (stmt *SubpExpression, err error) { stmt = &SubpExpression{} - // IMPORTANT maybe we should not accept any expression here - if stmt.What, err = p.parseWhat(); err != nil { return nil, err }