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:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user