Skip to content

Commit

Permalink
remove ModInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticdrew committed Mar 8, 2024
1 parent 99b31cb commit b79a59f
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1,123 deletions.
8 changes: 1 addition & 7 deletions src/main/java/journeymap/client/JourneymapClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
import journeymap.common.CommonProxy;
import journeymap.common.Journeymap;
import journeymap.common.version.VersionCheck;
import modinfo.ModInfo;
import net.minecraft.client.Minecraft;
import net.minecraft.entity.player.EntityPlayerMP;
import org.apache.logging.log4j.LogManager;
Expand Down Expand Up @@ -258,7 +257,7 @@ public void initialize(FMLInitializationEvent event) throws Throwable

// Logging for thread debugging
threadLogging = false;

logger.info("initialize EXIT, " + (timer == null ? "" : timer.getLogReportString()));
}
catch (Throwable t)
Expand Down Expand Up @@ -313,11 +312,6 @@ public void postInitialize(FMLPostInitializationEvent event)

VersionCheck.getVersionAvailable();

// ModInfo with a single ping
ModInfo modInfo = new ModInfo("UA-28839029-5", "en_US", Journeymap.MOD_ID, MOD_NAME, FULL_VERSION, false);
modInfo.reportAppView();

// threadLogging = getLogger().isTraceEnabled();
}
catch (Throwable t)
{
Expand Down
208 changes: 0 additions & 208 deletions src/main/java/modinfo/Config.java

This file was deleted.

Loading

0 comments on commit b79a59f

Please sign in to comment.