From 45a7730f61ab24a0e5e3bc00d757a4521c2e1c1d Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 23 Apr 2017 15:10:18 +0100 Subject: Fix and remove various TODOs. Fix those that can be done so without tearing Homebrew to pieces and remove the comments for those that can never be done. --- Library/Homebrew/utils/analytics.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'Library/Homebrew/utils') diff --git a/Library/Homebrew/utils/analytics.sh b/Library/Homebrew/utils/analytics.sh index 35f91eabc..8d5cf2ff7 100644 --- a/Library/Homebrew/utils/analytics.sh +++ b/Library/Homebrew/utils/analytics.sh @@ -85,8 +85,6 @@ report-analytics-screenview-command() { fi # Don't report commands used mostly by our scripts and not users. - # TODO: list more e.g. shell completion things here perhaps using a single - # script as a shell-completion entry point. case "$HOMEBREW_COMMAND" in --prefix|analytics|command|commands) return -- cgit v1.2.3