summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xbin/tissue2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/tissue b/bin/tissue
index b1c90f2..cca08d3 100755
--- a/bin/tissue
+++ b/bin/tissue
@@ -95,8 +95,6 @@ to run tissue."
   "Print ISSUE."
   (let ((number-of-posts (length (issue-posts issue))))
     (display (colorize-string (issue-title issue) 'MAGENTA 'UNDERLINE))
-    ;; Highlight keywords containing "bug" or "critical" as whole
-    ;; words in red. Else, highlight in blue.
     (unless (null? (issue-keywords issue))
       (display " ")
       (display (string-join (map (cut colorize-string <> 'ON-BLUE)