Print line-by-line for debugging.
This commit is contained in:
parent
3629844743
commit
2674f08674
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@
|
|||
(if (null? lines)
|
||||
users
|
||||
(let ((line (parser-preprocess-line (car lines))))
|
||||
(print line)
|
||||
(if (equal? line "")
|
||||
(loop (cdr lines)
|
||||
users)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue