1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2025-12-19 14:59:20 +00:00

Remove remaining log

This commit is contained in:
Tim203
2021-06-08 15:37:56 +02:00
parent efdd17d642
commit df57997b15

View File

@@ -188,7 +188,6 @@ public class CommonModule extends AbstractModule {
GitProperties properties) { GitProperties properties) {
// will be loaded after enabling, so we can use the link instance in InstanceHolder // will be loaded after enabling, so we can use the link instance in InstanceHolder
PlayerLink link = InstanceHolder.getPlayerLink(); PlayerLink link = InstanceHolder.getPlayerLink();
logger.info(link.getName());
String branch = properties.getProperty("git.branch"); String branch = properties.getProperty("git.branch");
String build = properties.getProperty("git.build.number"); String build = properties.getProperty("git.build.number");