Raymond Toy pushed to branch issue-135-unix-namestring-dot at cmucl / cmucl
Commits: 9c006ed9 by Raymond Toy at 2022-10-19T13:00:07-07:00 Remove debugging print
- - - - -
1 changed file:
- src/code/filesys.lisp
Changes:
===================================== src/code/filesys.lisp ===================================== @@ -883,7 +883,6 @@ (when (or (not executable-only) (and (eq (unix:unix-file-kind name) :file) (unix:unix-access name unix:x_ok))) - (format t "unix-namestring: name = ~A~%" name) (names name))) (let ((names (names))) (when names
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/9c006ed9c316b444ab95970e...