mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
remove prints
This commit is contained in:
parent
efcc94e688
commit
4ac1beda55
@ -26,7 +26,6 @@ fn (mut p Parser) sql_expr() ast.Expr {
|
|||||||
|
|
||||||
table_pos := p.tok.pos()
|
table_pos := p.tok.pos()
|
||||||
mut table_type := p.parse_type() // `User`
|
mut table_type := p.parse_type() // `User`
|
||||||
// eprintln('parser: ${table_type} ${table_type.has_flag(.generic)}')
|
|
||||||
|
|
||||||
mut where_expr := ast.empty_expr
|
mut where_expr := ast.empty_expr
|
||||||
has_where := p.tok.kind == .name && p.tok.lit == 'where'
|
has_where := p.tok.kind == .name && p.tok.lit == 'where'
|
||||||
|
Loading…
Reference in New Issue
Block a user