Skip to content

Commit 1f229ed

Browse files
committed
Removed debug information.
1 parent 5bb882c commit 1f229ed

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
package net.darkhax.bookshelf;
22

3-
import net.darkhax.bookshelf.api.Services;
43
import net.fabricmc.api.ClientModInitializer;
54

65
public class BookshelfFabricClient implements ClientModInitializer {
76

8-
97
@Override
108
public void onInitializeClient() {
119

12-
Constants.LOG.info(Services.REGISTRY_HELPER.create(Constants.MOD_ID).getClass());
1310
}
1411
}
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
package net.darkhax.bookshelf;
22

3-
import net.darkhax.bookshelf.api.Services;
43
import net.fabricmc.api.DedicatedServerModInitializer;
54

65
public class BookshelfFabricServer implements DedicatedServerModInitializer {
76

87
@Override
98
public void onInitializeServer() {
109

11-
Constants.LOG.info(Services.PLATFORM.getPhysicalSide().isClient());
1210
}
1311
}
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
package net.darkhax.bookshelf;
22

3-
import net.darkhax.bookshelf.api.Services;
43
import net.minecraftforge.fml.common.Mod;
54

65
@Mod(Constants.MOD_ID)
76
public class BookshelfForge {
87

98
public BookshelfForge() {
109

11-
Constants.LOG.info(Services.REGISTRY_HELPER.create(Constants.MOD_ID).getClass());
1210
}
1311
}

0 commit comments

Comments
 (0)