master: Remove debug output
stassats via Sbcl-commits <[email protected]>
| Newsgroups | gmane.lisp.steel-bank.cvs |
|---|---|
| Message-ID | <[email protected]> |
The branch "master" has been updated in SBCL:
via 9788b061b37c2a444dc6d61f0c094b580a7f7ad0 (commit)
from 5c3fe7ae65f38d3e3c7741900b0c45c0950dbd79 (commit)
- Log -----------------------------------------------------------------
commit 9788b061b37c2a444dc6d61f0c094b580a7f7ad0
Author: Stas Boukarev <[email protected]>
Date: Wed Aug 26 02:09:26 2026 +0300
Remove debug output
---
src/compiler/pack.lisp | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/compiler/pack.lisp b/src/compiler/pack.lisp
index c53060eef..7042b0712 100644
--- a/src/compiler/pack.lisp
+++ b/src/compiler/pack.lisp
@@ -1519,7 +1519,6 @@
(attempt-location location)))
(try-backward (locations)
(do-sc-locations-back (location locations)
- (print location)
(attempt-location location))))
(if (eq (sb-kind sb) :unbounded)
(let ((size (finite-sb-current-size sb)))
-----------------------------------------------------------------------
hooks/post-receive
--
SBCL