1
0
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:
Delyan Angelov 2021-01-18 14:57:10 +02:00
parent ac2c3847af
commit f375418847
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

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