removed debugging printf

This commit is contained in:
Robby Findler 2010-06-20 07:45:48 -05:00
parent 7bb8c876b6
commit e947c36a74

View File

@ -550,7 +550,6 @@ subdirectory.
;; install the given pkg to the planet cache and return a PKG representing the
;; installed file
(define (install-pkg pkg path maj min)
(printf "~s\n" (list 'install-pkg pkg path maj min))
(let ([pkg-path (pkg-spec-path pkg)]
[pkg-name (pkg-spec-name pkg)]
[pkg-string (pkg-spec->string pkg)])