common-lisp.net
/
projects/qitab/poiu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
6d090a8
)
Comment out a debugging statement.
author
Francois-Rene Rideau
<tunes@google.com>
Sun, 9 Dec 2012 16:04:09 +0000 (11:04 -0500)
committer
Francois-Rene Rideau
<tunes@google.com>
Sun, 9 Dec 2012 16:04:09 +0000 (11:04 -0500)
poiu.lisp
patch
|
blob
|
blame
|
history
diff --git
a/poiu.lisp
b/poiu.lisp
index
4968505
..
a20a31e
100644
(file)
--- a/
poiu.lisp
+++ b/
poiu.lisp
@@
-777,7
+777,7
@@
The original copyright and (MIT-style) licence of ASDF (below) applies to POIU:
(defmethod perform-plan ((plan parallel-plan) &key)
(with-slots ((action-queue starting-points) children parents ancestor background-actions) plan
- (DBG :pp (summarize-plan plan))
+ ;;(DBG :pp (summarize-plan plan))
(let ((all-compilation-unit-reports nil)
(ltogo (unless (zerop background-actions) (ceiling (log background-actions 10))))
(*package* *package*)