Removed debug message.
h3rald h3rald@h3rald.com
Tue, 19 May 2026 14:55:14 +0200
1 files changed,
0 insertions(+),
1 deletions(-)
jump to
M
hastysite.nim
→
hastysite.nim
@@ -213,7 +213,6 @@ ERRORS_HANDLED = false
var i = newMinInterpreter(file, file.parentDir) i.hastysite_module(hs) i.interpret(newFileStream(file, fmRead)) - echo "test..." ERRORS_HANDLED = true #### Main Functions