From 707bb1d61ecad8a07585fbf27f4cf420295bf05d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Pant=C5=AF=C4=8Dek?= Date: Tue, 16 Jan 2024 22:13:17 +0100 Subject: [PATCH] More debugging. --- src/dokuwiki.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dokuwiki.scm b/src/dokuwiki.scm index 40c2585..e8b01ba 100644 --- a/src/dokuwiki.scm +++ b/src/dokuwiki.scm @@ -55,6 +55,7 @@ (if (null? lines) users (let ((line (parser-preprocess-line (car lines) #:strip-comments? #f))) + (print line) (if (equal? line "") (loop (cdr lines) users)