Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Remove Analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamesuta committed Sep 22, 2022
1 parent 1c2033f commit 046b6ae
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 236 deletions.
234 changes: 0 additions & 234 deletions shared/src/main/java/net/teamfruit/emojicord/Analytics.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public void init(final @Nonnull CompatFMLInitializationEvent event) {
if (Endpoint.loadGateway()) {
Endpoint.loadStandardEmojis();
Endpoint.loadStandardPicker();
Analytics.instance.startAnalytics();
}

eventHandler = new EventHandler();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ public static class EmojiGateway {

public static class EmojiGatewayApi {
public String importings;
public String analytics;
}
}

Expand Down

1 comment on commit 046b6ae

@Rongmario
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

Please sign in to comment.