Remove debugging

This commit is contained in:
Moulberry 2021-09-14 17:50:56 +08:00
parent ee435f43f2
commit c5362bffba

View File

@ -1069,8 +1069,6 @@ public class Entity implements Viewable, Tickable, TagHandler, PermissionHandler
* @param pose the new entity pose
*/
public void setPose(@NotNull Pose pose) {
System.out.println("Set pose: " + pose);
this.entityMeta.setPose(pose);
}