Comment out a debugging statement.
authorFrancois-Rene Rideau <tunes@google.com>
Sun, 9 Dec 2012 16:04:09 +0000 (11:04 -0500)
committerFrancois-Rene Rideau <tunes@google.com>
Sun, 9 Dec 2012 16:04:09 +0000 (11:04 -0500)
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*)