[Git][cmucl/cmucl][issue-135-unix-namestring-dot] Remove debugging print
Raymond Toy (@rtoy)
gitlab at common-lisp.net
Wed Oct 19 20:00:20 UTC 2022
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/9c006ed9c316b444ab95970e8d047b1af24afb6a
--
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/9c006ed9c316b444ab95970e8d047b1af24afb6a
You're receiving this email because of your account on gitlab.common-lisp.net.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20221019/61ed6b83/attachment.html>
More information about the cmucl-cvs
mailing list