Skip to content

Commit

Permalink
removed unused logger
Browse files Browse the repository at this point in the history
  • Loading branch information
TelepathicGrunt committed Jul 26, 2024
1 parent 49d661b commit 0784937
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions loader/src/main/java/net/neoforged/fml/ModList.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
* can dispatch game level events as a result.
*/
public class ModList {
private static final Logger LOGGER = LogManager.getLogger();
private static ModList INSTANCE;
private final List<IModFileInfo> modFiles;
private final List<IModInfo> sortedList;
Expand All @@ -57,7 +56,6 @@ private ModList(final List<ModFile> modFiles, final List<ModInfo> sortedList) {

private String fileToLine(IModFile mf) {
var mainMod = mf.getModInfos().getFirst();

return String.format(Locale.ENGLISH, "%-50.50s|%-30.30s|%-30.30s|%-20.20s|Manifest: %s", mf.getFileName(),
mainMod.getDisplayName(),
mainMod.getModId(),
Expand Down

0 comments on commit 0784937

Please sign in to comment.