From b5cc8f3768d9ca21731f4e44df89a9148cc89294 Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Thu, 4 Nov 2010 02:09:54 -0400 Subject: [PATCH] Suppress printing of `attribute-editp' when displaying editable attributes * Debugging cruft --- src/ucw/html-description.lisp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ucw/html-description.lisp b/src/ucw/html-description.lisp index 4905c65..90bc551 100644 --- a/src/ucw/html-description.lisp +++ b/src/ucw/html-description.lisp @@ -138,8 +138,7 @@ (define-layered-method display-html-attribute-value :in-layer #.(defining-description 'editable) (object attribute) - - (<:as-html (princ-to-string (attribute-editp attribute))) + #+nil(<:as-html (princ-to-string (attribute-editp attribute))) (if (attribute-editp attribute) (<:td :class "lol-attribute-value" (display-attribute-editor attribute)) -- 2.20.1