From feafa5c518f6c9aa3d76d2a914672076cec93b9e Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <tunes@google.com>
Date: Wed, 20 Feb 2013 00:26:59 -0500
Subject: [PATCH] Remove some debugging code from script-support.lisp

---
 test/script-support.lisp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/script-support.lisp b/test/script-support.lisp
index 5b3d083d..e0cf6b55 100644
--- a/test/script-support.lisp
+++ b/test/script-support.lisp
@@ -155,7 +155,6 @@ Some constraints:
   (truename
    (make-pathname :name nil :type nil :version nil
                   :defaults (or *load-pathname* *compile-file-pathname* *default-pathname-defaults*))))
-(format t "bye, world~%")
 (defun make-sub-pathname (&rest keys &key defaults &allow-other-keys)
   (merge-pathnames (apply 'make-pathname keys) defaults))
 (defun relative-dir (&rest dir) #-gcl (cons ':relative dir) #+gcl dir)
-- 
GitLab