Skip to content

Commit

Permalink
removed analytics api stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Josakko committed Apr 11, 2024
1 parent dc463e5 commit 4e517b4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/main/java/com/atlauncher/constants/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,6 @@ public class Constants {
public static String DOWNLOAD_SERVER = BASE_CDN_PROTOCOL + BASE_CDN_DOMAIN + BASE_CDN_PATH;
public static String DOWNLOAD_HOST = BASE_CDN_DOMAIN;

// Mixpanel analytics
// if you fork or modify this launcher, you must not use this token and get your
// own
public static final String MIXPANEL_PROJECT_TOKEN = "3cb6581cb284c1a1b6e189fef3410495";
public static final String MIXPANEL_BASE_URL = "https://api.mixpanel.com";

// CurseForge domains, endpoints, config, etc
public static final String CURSEFORGE_CORE_API_URL = "https://api.curseforge.com/v1";
// if you fork or modify this launcher, you must not use this API key and apply
Expand Down

0 comments on commit 4e517b4

Please sign in to comment.