From 2d6940182ca4f8fb780aa7014e17729f4616a2ab Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Sun, 6 Apr 2014 21:58:06 +0900 Subject: [PATCH] Removing spurious logging. --- lib/chibi/tar.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/chibi/tar.scm b/lib/chibi/tar.scm index 118149c4..0c64146e 100644 --- a/lib/chibi/tar.scm +++ b/lib/chibi/tar.scm @@ -93,7 +93,6 @@ (define (path-top path) (substring path 0 (string-find path #\/))) (let ((files (map path-normalize (tar-files tarball)))) - (log-error "files: " files) (and (every path-relative? files) (or (< (length files) 2) (let ((dir (path-top (car files))))