Move more logs from debug to trace

This commit is contained in:
KingRainbow44
2023-04-30 20:57:03 -04:00
parent bb2255b9a0
commit 3f51db47c4
3 changed files with 4 additions and 4 deletions

View File

@@ -175,7 +175,7 @@ public final class SceneGroup {
.formatted(this.id, sceneId), luaError);
}
Grasscutter.getLogger().debug("Successfully loaded group {} in scene {}.", this.id, sceneId);
Grasscutter.getLogger().trace("Successfully loaded group {} in scene {}.", this.id, sceneId);
return this;
}