mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix 2 repl tests
This commit is contained in:
parent
a46a2e4715
commit
7456d556e1
@ -293,14 +293,12 @@ fn (p &Parser) peek_token() Token {
|
||||
}
|
||||
|
||||
fn (p &Parser) log(s string) {
|
||||
123 // vfmt
|
||||
/*
|
||||
if !p.pref.is_verbose {
|
||||
return
|
||||
}
|
||||
println(s)
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
pub fn (p &Parser) save_state() ParserState {
|
||||
|
Loading…
Reference in New Issue
Block a user