diff options
Diffstat (limited to 'Library/Homebrew/utils/analytics.sh')
| -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 20c59fc49..b0041a1d8 100644 --- a/Library/Homebrew/utils/analytics.sh +++ b/Library/Homebrew/utils/analytics.sh @@ -1,5 +1,4 @@ setup-analytics() { - [[ -z "$HOMEBREW_ANALYTICS" ]] && return [[ -n "$HOMEBREW_NO_ANALYTICS" ]] && return # User UUID file. Used for Homebrew user counting. Can be deleted and @@ -27,7 +26,6 @@ setup-analytics() { } report-analytics-screenview-command() { - [[ -z "$HOMEBREW_ANALYTICS" ]] && return [[ -n "$HOMEBREW_NO_ANALYTICS" ]] && return # Don't report non-official commands. |
