From 146d06845f9f1800c26916527eacbf2193b79183 Mon Sep 17 00:00:00 2001
From: Lennart Spitzner <hexagoxel@hexagoxel.de>
Date: Wed, 2 Feb 2022 00:18:16 +0000
Subject: [PATCH] Clean up code-comment about project todos

---
 src-hxbrief/Main.hs | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src-hxbrief/Main.hs b/src-hxbrief/Main.hs
index b2cf8ec..9cbbc28 100644
--- a/src-hxbrief/Main.hs
+++ b/src-hxbrief/Main.hs
@@ -101,12 +101,6 @@ data Config = Config
   , c_termWidth   :: Maybe Int
   }
 
--- config TODO:
--- - option to tee to file, or file-out + file-err
--- - parse sections?
--- - allow infix summaries?
--- - drop to "less" environment on error (interactive)
-
 data State = State
   { s_config       :: Config
   , s_regions      :: [ConsoleRegion]