diff options
| author | Mike McQuaid | 2017-04-23 15:10:18 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2017-04-23 15:10:18 +0100 |
| commit | 45a7730f61ab24a0e5e3bc00d757a4521c2e1c1d (patch) | |
| tree | e477b153613853aa26091920cf9fc407688fdad2 /Library/Homebrew/utils | |
| parent | e7e53b89fce480cb4f35d801cc293ef23787fcaf (diff) | |
| download | brew-45a7730f61ab24a0e5e3bc00d757a4521c2e1c1d.tar.bz2 | |
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.
Diffstat (limited to 'Library/Homebrew/utils')
| -rw-r--r-- | Library/Homebrew/utils/analytics.sh | 2 |
1 files changed, 0 insertions, 2 deletions
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 |
