mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
Removing spurious logging.
This commit is contained in:
parent
9e007d6c7c
commit
2d6940182c
1 changed files with 0 additions and 1 deletions
|
@ -93,7 +93,6 @@
|
||||||
(define (path-top path)
|
(define (path-top path)
|
||||||
(substring path 0 (string-find path #\/)))
|
(substring path 0 (string-find path #\/)))
|
||||||
(let ((files (map path-normalize (tar-files tarball))))
|
(let ((files (map path-normalize (tar-files tarball))))
|
||||||
(log-error "files: " files)
|
|
||||||
(and (every path-relative? files)
|
(and (every path-relative? files)
|
||||||
(or (< (length files) 2)
|
(or (< (length files) 2)
|
||||||
(let ((dir (path-top (car files))))
|
(let ((dir (path-top (car files))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue