Skip to content

Commit 0d51044

Browse files
authored
Update AEInfinityBooster.java
1 parent e05e368 commit 0d51044

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/uk/co/hexeption/aeinfinitybooster/AEInfinityBooster.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ public AEInfinityBooster() {
3535

3636
IEventBus eventBus = FMLJavaModLoadingContext.get().getModEventBus();
3737
eventBus.addListener((RegisterEvent event) -> {
38-
LOGGER.info("Creating Creative Mode Tab");
3938
if(event.getRegistryKey() == Registries.CREATIVE_MODE_TAB){
4039
registerTab(event.getVanillaRegistry());
4140
}

0 commit comments

Comments
 (0)