removed debug msg
This commit is contained in:
@@ -359,10 +359,6 @@
|
|||||||
(define (log-processed-file base-path path info)
|
(define (log-processed-file base-path path info)
|
||||||
(dbg-am "processing ~a" path)
|
(dbg-am "processing ~a" path)
|
||||||
|
|
||||||
(let ((re #px"Willi Bos"))
|
|
||||||
(when (regexp-match re (path->string path))
|
|
||||||
(info-am "Hey: ~a - ~a" (basename path) info)))
|
|
||||||
|
|
||||||
(if (eq? (hash-ref info 'type) 'dir)
|
(if (eq? (hash-ref info 'type) 'dir)
|
||||||
(set! processed-dirs (+ processed-dirs 1))
|
(set! processed-dirs (+ processed-dirs 1))
|
||||||
(begin
|
(begin
|
||||||
|
|||||||
Reference in New Issue
Block a user