JAL-4001 remove stray --headless mode analytic
[jalview.git] / src / jalview / bin / Jalview.java
index 38df53c..57f2575 100755 (executable)
@@ -822,11 +822,6 @@ public class Jalview
         }
         else
         {
-          // record usage stats if in headless mode
-          if (Cache.getDefault("USAGESTATS", false))
-          {
-            Cache.initGoogleTracker(headlessArg);
-          }
           Jalview.exit("Successfully completed commands in headless mode",
                   0);
         }