Skip to content

Commit

Permalink
remove debug echo; inc version
Browse files Browse the repository at this point in the history
Signed-off-by: David Krause (enthus1ast) <[email protected]>
  • Loading branch information
David Krause (enthus1ast) committed Aug 28, 2024
1 parent a4203c9 commit 5decd86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion nimja.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.9.0"
version = "0.9.1"

author = "David Krause"
description = "typed and compiled template engine inspired by jinja2, twig and onionhammer/nim-templates for Nim."
Expand Down
1 change: 0 additions & 1 deletion src/nimja/parser.nim
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,6 @@ macro compileTemplateStr*(str: typed, baseDir: static string = "", iter: static
nwtVarname = varname
nwtIter = iter
nwtBaseDir = baseDir
echo "inCompileTemplateStr: ", nwtBaseDir
tmplsMacroImpl()
doCompile(str.strVal, result)

Expand Down

0 comments on commit 5decd86

Please sign in to comment.