mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
parser: remove forgotten eprintln statement
This commit is contained in:
parent
ac2c3847af
commit
f375418847
@ -115,7 +115,6 @@ fn (mut p Parser) comp_call() ast.ComptimeCall {
|
||||
if !is_html {
|
||||
path = tmpl_path
|
||||
}
|
||||
eprintln('>>> is_embed_file: $is_embed_file | is_html: $is_html | s: $s | n: $n | path: $path')
|
||||
if !os.exists(path) {
|
||||
// can be in `templates/`
|
||||
if is_html {
|
||||
|
Loading…
Reference in New Issue
Block a user