From 76008eadd2da357e41f9d8f2b36957e198f51c49 Mon Sep 17 00:00:00 2001 From: Xin Zhou Date: Sat, 4 Jan 2025 09:09:18 -0600 Subject: [PATCH] delete comment --- client/mass/nav.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client/mass/nav.js b/client/mass/nav.js index 371cf75431..0529fbb854 100644 --- a/client/mass/nav.js +++ b/client/mass/nav.js @@ -124,7 +124,6 @@ class TdbNav { } reactsTo(action) { - // never called? if (action.type.includes('cache_termq')) return true if (action.type.startsWith('filter')) return true if (action.type.startsWith('cohort')) return true