diff options
| author | Mike McQuaid | 2017-04-23 16:23:12 +0100 |
|---|---|---|
| committer | GitHub | 2017-04-23 16:23:12 +0100 |
| commit | f3dc06a4e7e81304b335bd0f34ef748b9d1a35a6 (patch) | |
| tree | e477b153613853aa26091920cf9fc407688fdad2 /Library/Homebrew/utils | |
| parent | e7e53b89fce480cb4f35d801cc293ef23787fcaf (diff) | |
| parent | 45a7730f61ab24a0e5e3bc00d757a4521c2e1c1d (diff) | |
| download | brew-f3dc06a4e7e81304b335bd0f34ef748b9d1a35a6.tar.bz2 | |
Merge pull request #2532 from MikeMcQuaid/fix-todo
Fix and remove various TODOs.
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 |
