removed printing cname path

This commit is contained in:
Do Nhat Minh 2013-04-21 22:06:18 +08:00 committed by Brit Butler
parent 55613d717f
commit b97bd2b99d

View file

@ -67,7 +67,6 @@ Additional args to render CONTENT can be passed via RENDER-ARGS."
(let ((cname-filename (rel-path "" "~a/CNAME" new-build)) (let ((cname-filename (rel-path "" "~a/CNAME" new-build))
(stripped-url (puri:uri-host (puri:parse-uri (stripped-url (puri:uri-host (puri:parse-uri
(domain *config*))))) (domain *config*)))))
(format t "~a" cname-filename)
(with-open-file (cname cname-filename (with-open-file (cname cname-filename
:direction :output :direction :output
:if-exists :supersede) :if-exists :supersede)