summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2022-06-26 00:40:23 +0530
committerArun Isaac2022-06-26 00:40:23 +0530
commit67d98059b8150d918886fc61bdc176820181971c (patch)
treed97e31eea7a70081118e29134c55ca487f7c903a
parent6ff829232905012d2d8e17a06a8c0340feff42bf (diff)
downloadtissue-67d98059b8150d918886fc61bdc176820181971c.tar.gz
tissue-67d98059b8150d918886fc61bdc176820181971c.tar.lz
tissue-67d98059b8150d918886fc61bdc176820181971c.zip
bin: Remove obsolete comment about highlighting keywords.
* bin/tissue (print-issue): Remove obsolete comment about highlighting keywords.
-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)