Raymond Toy pushed to branch issue-135-unix-namestring-dot at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/code/filesys.lisp
    ... ... @@ -883,7 +883,6 @@
    883 883
     	(when (or (not executable-only)
    
    884 884
     		  (and (eq (unix:unix-file-kind name) :file)
    
    885 885
     		       (unix:unix-access name unix:x_ok)))
    
    886
    -	  (format t "unix-namestring:  name = ~A~%" name)
    
    887 886
     	  (names name)))
    
    888 887
           (let ((names (names)))
    
    889 888
     	(when names