Remove debug print.

This commit is contained in:
Dominik Pantůček 2023-05-15 20:02:24 +02:00
parent 837a532d5f
commit f29d303bf6

View file

@ -114,7 +114,6 @@
blames blames
(cons blame blames))) (cons blame blames)))
(let ((line (car lines))) (let ((line (car lines)))
(print line)
(cond ((ldict-empty? blame) (cond ((ldict-empty? blame)
;; First row - commit ;; First row - commit
(let ((ll (string-split line))) (let ((ll (string-split line)))