From 76c7529d4366c6da5e2405514b1ef4eed24a687b Mon Sep 17 00:00:00 2001
From: "Fred T. Hamster" <fred@gruntose.com>
Date: Thu, 12 Dec 2024 13:38:01 -0500
Subject: [PATCH] took reading list out of contention

the reading and movie lists are for fun, and should not be considered tasks that we could get behind on, ever.
---
 scripts/agenda/info_overload_report.sh | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/scripts/agenda/info_overload_report.sh b/scripts/agenda/info_overload_report.sh
index 2179e400..bab3c74f 100644
--- a/scripts/agenda/info_overload_report.sh
+++ b/scripts/agenda/info_overload_report.sh
@@ -137,10 +137,6 @@ analyze_hierarchy_and_report $CLOUD_BASE/branch_road "hearth and home notes (bra
 # unsorted files haven't been categorized yet.
 analyze_hierarchy_and_report $CLOUD_BASE/disordered "disordered and maybe deranged files"
 
-# we now consider the backlog of things to read to be a relevant fact.  this is going to hose
-# up our weight accounting considerably.
-analyze_hierarchy_and_report $CLOUD_BASE/reading "reading list (for a quiet afternoon)"
-
 # bluesky is our brainstorming and wunderthinking area for new things.
 analyze_hierarchy_and_report $CLOUD_BASE/blue_sky "blue sky is the limit ideas"
 
-- 
2.34.1