Changeset 11677


Ignore:
Timestamp:
02/21/09 21:53:38 (14 years ago)
Author:
ehuelsmann
Message:

Remove accidentally committed debug PRINT forms.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/src/org/armedbear/lisp/compile-system.lisp

    r11675 r11677  
    8686      (setf output-path *default-pathname-defaults*))
    8787    (flet ((do-compile (file)
    88              (print file)
    89              (print output-path)
    9088             (let ((out (make-pathname :type "abcl"
    91                                        :defaults (print (merge-pathnames
    92                                                   file output-path)))))
     89                                       :defaults (merge-pathnames
     90                                                  file output-path))))
    9391               (compile-file-if-needed file :output-file out))))
    9492      (load (do-compile "coerce.lisp"))
Note: See TracChangeset for help on using the changeset viewer.