diff --git a/vlib/v/parser/comptime.v b/vlib/v/parser/comptime.v index 9c768922c3..8d786cb4ee 100644 --- a/vlib/v/parser/comptime.v +++ b/vlib/v/parser/comptime.v @@ -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 {