fix: remove unneeded log

This commit is contained in:
Johannes Frohnmeyer 2023-08-14 14:29:38 +02:00
parent ed584eb967
commit 202dc3a79e
Signed by: Johannes
GPG Key ID: E76429612C2929F4
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ import io.gitlab.jfronny.respackopts.RespackoptsClient;
public class ModMenuIntegration implements ModMenuApi {
@Override
public ConfigScreenFactory<?> getModConfigScreenFactory() {
Respackopts.LOGGER.info("JOEBIDEN");
return parent -> {
io.gitlab.jfronny.libjf.config.api.v2.ui.ConfigScreenFactory.Built<?> built = io.gitlab.jfronny.libjf.config.api.v2.ui.ConfigScreenFactory.getInstance().create(Respackopts.CONFIG, parent);
built.onSave(() -> {