This commit is contained in:
xuzhiheng
2025-06-09 13:53:56 +08:00
parent 2cc6f2906b
commit b14d86c96b
2 changed files with 2 additions and 2 deletions

View File

@@ -1502,7 +1502,7 @@ public class PlantModelManager
throws ObjectUnknownException,
ObjectExistsException {
LocationType type = getObjectRepo().getObject(LocationType.class, to.getTypeName());
System.out.println("test print location:" + to.getName() + ", type:" + type.getName());
// System.out.println("test print location:" + to.getName() + ", type:" + type.getName());
Location newLocation = new Location(to.getName(), type.getReference())
.withPosition(to.getPosition())
.withLocked(to.isLocked())