From f3754188475bf11741193299aba7e2b206d20f14 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Mon, 18 Jan 2021 14:57:10 +0200 Subject: [PATCH] parser: remove forgotten eprintln statement --- vlib/v/parser/comptime.v | 1 - 1 file changed, 1 deletion(-) 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 {