From b97bd2b99d77afaa95e85d6db5ef17b0faea5519 Mon Sep 17 00:00:00 2001 From: Do Nhat Minh Date: Sun, 21 Apr 2013 22:06:18 +0800 Subject: [PATCH] removed printing cname path --- src/coleslaw.lisp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/coleslaw.lisp b/src/coleslaw.lisp index 6e403ec..2066c1e 100644 --- a/src/coleslaw.lisp +++ b/src/coleslaw.lisp @@ -67,7 +67,6 @@ Additional args to render CONTENT can be passed via RENDER-ARGS." (let ((cname-filename (rel-path "" "~a/CNAME" new-build)) (stripped-url (puri:uri-host (puri:parse-uri (domain *config*))))) - (format t "~a" cname-filename) (with-open-file (cname cname-filename :direction :output :if-exists :supersede)