parser: remove forgotten eprintln statement

pull/8188/head
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
1 changed files with 0 additions and 1 deletions

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 {