Update comments

This commit is contained in:
Tobie Morgan Hitchcock 2019-12-08 13:51:49 +00:00
parent 8a09a4b4c3
commit 19635d98e4
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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
}