Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
jangko committed Feb 12, 2024
1 parent 73a2fcc commit 5b3e422
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion confutils/config_file.nim
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,5 @@ macro generateSecondarySources*(ConfType: type): untyped =

let settersPaths = model.generateSettersPaths(pathsCache)
result.add generateConfigFileSetters(ConfType, result[^1], settersPaths)
debugEcho result.repr

{.pop.}

0 comments on commit 5b3e422

Please sign in to comment.