From 135ef241dabe5c30c6a54b319c505489f9543815 Mon Sep 17 00:00:00 2001
From: Hyperling <me@hyperling.com>
Date: Mon, 20 Jan 2025 17:26:35 -0700
Subject: [PATCH] Remove extra text.

---
 tasks/workstation/linux/software/flutter.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/tasks/workstation/linux/software/flutter.yml b/tasks/workstation/linux/software/flutter.yml
index 8a76796..50cd305 100644
--- a/tasks/workstation/linux/software/flutter.yml
+++ b/tasks/workstation/linux/software/flutter.yml
@@ -131,10 +131,6 @@
   ignore_errors: yes
   when: coding == true and user_root.home != "" and user_user.home != ""
 
-## Disable Analytics ##
-
-flutter --disable-analytics
-
 ## Test SDK ##
 
 - name: Workstation | Linux | Software | Flutter | Doctor Report