parser: remove forgotten ----- line

pull/4708/head
Delyan Angelov 2020-05-04 18:28:55 +03:00
parent d30eefc3be
commit 36bf99ed5a
1 changed files with 0 additions and 1 deletions

View File

@ -605,7 +605,6 @@ pub fn (mut p Parser) name_expr() ast.Expr {
if p.tok.kind == .lcbr && p.peek_tok.kind == .rcbr {
p.next()
p.next()
eprintln('-----------------------------------------')
}
return ast.MapInit{
typ: map_type